RealPlayX.h
上传用户:sy_eblight
上传日期:2020-11-03
资源大小:267k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. #if !defined(AFX_REALPLAYX_H__A27A0F2B_791F_46C2_98EE_686B48CD4AE9__INCLUDED_)
  2. #define AFX_REALPLAYX_H__A27A0F2B_791F_46C2_98EE_686B48CD4AE9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RealPlayX.h : main header file for REALPLAYX.DLL
  7. #if !defined( __AFXCTL_H__ )
  8. #error include 'afxctl.h' before including this file
  9. #endif
  10. #include "resource.h"       // main symbols
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CRealPlayXApp : See RealPlayX.cpp for implementation.
  13. class CRealPlayXApp : public COleControlModule
  14. {
  15. public:
  16. BOOL InitInstance();
  17. int ExitInstance();
  18. };
  19. extern const GUID CDECL _tlid;
  20. extern const WORD _wVerMajor;
  21. extern const WORD _wVerMinor;
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_REALPLAYX_H__A27A0F2B_791F_46C2_98EE_686B48CD4AE9__INCLUDED)