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

多媒体编程

开发平台:

Visual C++

  1. #if !defined(AFX_WMPSETTINGS_H__1D724354_9696_4ADA_8A7C_59D6CB452255__INCLUDED_)
  2. #define AFX_WMPSETTINGS_H__1D724354_9696_4ADA_8A7C_59D6CB452255__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. /////////////////////////////////////////////////////////////////////////////
  10. // CWMPSettings wrapper class
  11. class CWMPSettings : public COleDispatchDriver
  12. {
  13. public:
  14. CWMPSettings() {} // Calls COleDispatchDriver default constructor
  15. CWMPSettings(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CWMPSettings(const CWMPSettings& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. BOOL GetIsAvailable(LPCTSTR bstrItem);
  22. BOOL GetAutoStart();
  23. void SetAutoStart(BOOL bNewValue);
  24. CString GetBaseURL();
  25. void SetBaseURL(LPCTSTR lpszNewValue);
  26. CString GetDefaultFrame();
  27. void SetDefaultFrame(LPCTSTR lpszNewValue);
  28. BOOL GetInvokeURLs();
  29. void SetInvokeURLs(BOOL bNewValue);
  30. BOOL GetMute();
  31. void SetMute(BOOL bNewValue);
  32. long GetPlayCount();
  33. void SetPlayCount(long nNewValue);
  34. double GetRate();
  35. void SetRate(double newValue);
  36. long GetBalance();
  37. void SetBalance(long nNewValue);
  38. long GetVolume();
  39. void SetVolume(long nNewValue);
  40. BOOL getMode(LPCTSTR bstrMode);
  41. void setMode(LPCTSTR bstrMode, BOOL varfMode);
  42. BOOL GetEnableErrorDialogs();
  43. void SetEnableErrorDialogs(BOOL bNewValue);
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_WMPSETTINGS_H__1D724354_9696_4ADA_8A7C_59D6CB452255__INCLUDED_)