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

多媒体编程

开发平台:

Visual C++

  1. #if !defined(AFX_WMPPLAYLIST_H__0FB8C55E_AD4C_4F57_962F_FF84DA947340__INCLUDED_)
  2. #define AFX_WMPPLAYLIST_H__0FB8C55E_AD4C_4F57_962F_FF84DA947340__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 CWMPMedia;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CWMPPlaylist wrapper class
  13. class CWMPPlaylist : public COleDispatchDriver
  14. {
  15. public:
  16. CWMPPlaylist() {} // Calls COleDispatchDriver default constructor
  17. CWMPPlaylist(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CWMPPlaylist(const CWMPPlaylist& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. long GetCount();
  24. CString GetName();
  25. void SetName(LPCTSTR lpszNewValue);
  26. long GetAttributeCount();
  27. CString GetAttributeName(long lIndex);
  28. CWMPMedia GetItem(long lIndex);
  29. CString getItemInfo(LPCTSTR bstrName);
  30. void setItemInfo(LPCTSTR bstrName, LPCTSTR bstrValue);
  31. BOOL GetIsIdentical(LPDISPATCH pIWMPPlaylist);
  32. void clear();
  33. void insertItem(long lIndex, LPDISPATCH pIWMPMedia);
  34. void appendItem(LPDISPATCH pIWMPMedia);
  35. void removeItem(LPDISPATCH pIWMPMedia);
  36. void moveItem(long lIndexOld, long lIndexNew);
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_WMPPLAYLIST_H__0FB8C55E_AD4C_4F57_962F_FF84DA947340__INCLUDED_)