#pragma once // StoneU_HC_OCX.h : StoneU_HC_OCX.DLL 的主头文件 #if !defined( __AFXCTL_H__ ) #error include 'afxctl.h' before including this file #endif #include "resource.h" // 主符号 #include "HCstruct.h" #include "HCNetSDK.h" #include "PlayMpeg4.h" #include "vector" using namespace std; // CStoneU_HC_OCXApp : 有关实现的信息,请参阅 StoneU_HC_OCX.cpp。 class CStoneU_HC_OCXApp : public COleControlModule { public: BOOL InitInstance(); int ExitInstance(); char m_cHardDriver[26]; int m_iDriverNum; BOOL F_GetSystemInfo(); }; extern const GUID CDECL _tlid; extern const WORD _wVerMajor; extern const WORD _wVerMinor;