home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107B.BIN / DRIVER / CANOPUS / MVR32 / mvr32.exe / data1.cab / Development_Kit / Vc / Samples / MvrCtrl / MvrCtrl.h < prev    next >
C/C++ Source or Header  |  2001-02-09  |  1KB  |  38 lines

  1. #if !defined(AFX_MVRCTRL_H__6D3F352B_E4E0_11D3_A05E_00A0C9AFEE48__INCLUDED_)
  2. #define AFX_MVRCTRL_H__6D3F352B_E4E0_11D3_A05E_00A0C9AFEE48__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7.  
  8. // MvrCtrl.h : MVRCTRL.DLL のメイン ヘッダー ファイルです
  9.  
  10. #if !defined( __AFXCTL_H__ )
  11.     #error include 'afxctl.h' before including this file
  12. #endif
  13.  
  14. #include "resource.h"       // メイン シンボル
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CMvrCtrlApp : このクラスの動作の定義に関しては MvrCtrl.cpp ファイルを参照してください
  18.  
  19. class CMvrCtrlApp : public COleControlModule
  20. {
  21. public:
  22.     UINT    m_DecID;
  23.     CWnd    *m_pControlWnd;    // コントロールのウィンドウを特定する
  24. public:
  25.     CMvrCtrlApp();
  26.     BOOL InitInstance();
  27.     int ExitInstance();
  28. };
  29.  
  30. extern const GUID CDECL _tlid;
  31. extern const WORD _wVerMajor;
  32. extern const WORD _wVerMinor;
  33.  
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
  36.  
  37. #endif // !defined(AFX_MVRCTRL_H__6D3F352B_E4E0_11D3_A05E_00A0C9AFEE48__INCLUDED)
  38.