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

多媒体编程

开发平台:

Visual C++

  1. #if !defined(AFX_WMPPLAYLISTCOLLECTION_H__35C548A7_3415_4E0D_95BA_A672C2CDB7A5__INCLUDED_)
  2. #define AFX_WMPPLAYLISTCOLLECTION_H__35C548A7_3415_4E0D_95BA_A672C2CDB7A5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CWMPPlaylist;
  11. class CWMPPlaylistArray;
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CWMPPlaylistCollection wrapper class
  14. class CWMPPlaylistCollection : public COleDispatchDriver
  15. {
  16. public:
  17. CWMPPlaylistCollection() {} // Calls COleDispatchDriver default constructor
  18. CWMPPlaylistCollection(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  19. CWMPPlaylistCollection(const CWMPPlaylistCollection& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  20. // Attributes
  21. public:
  22. // Operations
  23. public:
  24. CWMPPlaylist newPlaylist(LPCTSTR bstrName);
  25. CWMPPlaylistArray getAll();
  26. CWMPPlaylistArray getByName(LPCTSTR bstrName);
  27. void remove(LPDISPATCH pItem);
  28. void setDeleted(LPDISPATCH pItem, BOOL varfIsDeleted);
  29. BOOL isDeleted(LPDISPATCH pItem);
  30. CWMPPlaylist importPlaylist(LPDISPATCH pItem);
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_WMPPLAYLISTCOLLECTION_H__35C548A7_3415_4E0D_95BA_A672C2CDB7A5__INCLUDED_)