StoneU_HC_OCX.h 638 B

1234567891011121314151617181920212223242526272829303132
  1. #pragma once
  2. // StoneU_HC_OCX.h : StoneU_HC_OCX.DLL 的主头文件
  3. #if !defined( __AFXCTL_H__ )
  4. #error include 'afxctl.h' before including this file
  5. #endif
  6. #include "resource.h" // 主符号
  7. #include "HCstruct.h"
  8. #include "HCNetSDK.h"
  9. #include "PlayMpeg4.h"
  10. #include "vector"
  11. using namespace std;
  12. // CStoneU_HC_OCXApp : 有关实现的信息,请参阅 StoneU_HC_OCX.cpp。
  13. class CStoneU_HC_OCXApp : public COleControlModule
  14. {
  15. public:
  16. BOOL InitInstance();
  17. int ExitInstance();
  18. char m_cHardDriver[26];
  19. int m_iDriverNum;
  20. BOOL F_GetSystemInfo();
  21. };
  22. extern const GUID CDECL _tlid;
  23. extern const WORD _wVerMajor;
  24. extern const WORD _wVerMinor;