wmpplayerapplication.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 "wmpplayerapplication.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CWMPPlayerApplication properties
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWMPPlayerApplication operations
  10. void CWMPPlayerApplication::switchToPlayerApplication()
  11. {
  12. InvokeHelper(0x44d, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
  13. }
  14. void CWMPPlayerApplication::switchToControl()
  15. {
  16. InvokeHelper(0x44e, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
  17. }
  18. BOOL CWMPPlayerApplication::GetPlayerDocked()
  19. {
  20. BOOL result;
  21. InvokeHelper(0x44f, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
  22. return result;
  23. }
  24. BOOL CWMPPlayerApplication::GetHasDisplay()
  25. {
  26. BOOL result;
  27. InvokeHelper(0x450, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
  28. return result;
  29. }