wmpcdrom.cpp
上传用户:zbtianhong
上传日期:2022-07-12
资源大小:3707k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

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