home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Programare / skincraft / SkinCrafter_v1.4.12_Demo.msi / _49E29CB9A65AABBF653C1037E1AA74B6 / _F3D013389FCA40B398D30EF8087A62F7 < prev    next >
Encoding:
Text File  |  2004-02-17  |  1017 b   |  38 lines

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2.  
  3. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  4. //  Microsoft Visual C++, your modifications will be overwritten.
  5.  
  6.  
  7. #include "stdafx.h"
  8. #include "wmpcdrom.h"
  9.  
  10. // Dispatch interfaces referenced by this interface
  11. #include "wmpplaylist.h"
  12.  
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CWMPCdrom properties
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CWMPCdrom operations
  19.  
  20. CString CWMPCdrom::GetDriveSpecifier()
  21. {
  22.     CString result;
  23.     InvokeHelper(0xfb, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  24.     return result;
  25. }
  26.  
  27. CWMPPlaylist CWMPCdrom::GetPlaylist()
  28. {
  29.     LPDISPATCH pDispatch;
  30.     InvokeHelper(0xfc, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  31.     return CWMPPlaylist(pDispatch);
  32. }
  33.  
  34. void CWMPCdrom::eject()
  35. {
  36.     InvokeHelper(0xfd, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
  37. }
  38.