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 >
Wrap
C/C++ Source or Header
|
2001-02-09
|
1KB
|
38 lines
#if !defined(AFX_MVRCTRL_H__6D3F352B_E4E0_11D3_A05E_00A0C9AFEE48__INCLUDED_)
#define AFX_MVRCTRL_H__6D3F352B_E4E0_11D3_A05E_00A0C9AFEE48__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MvrCtrl.h : MVRCTRL.DLL のメイン ヘッダー ファイルです
#if !defined( __AFXCTL_H__ )
#error include 'afxctl.h' before including this file
#endif
#include "resource.h" // メイン シンボル
/////////////////////////////////////////////////////////////////////////////
// CMvrCtrlApp : このクラスの動作の定義に関しては MvrCtrl.cpp ファイルを参照してください
class CMvrCtrlApp : public COleControlModule
{
public:
UINT m_DecID;
CWnd *m_pControlWnd; // コントロールのウィンドウを特定する
public:
CMvrCtrlApp();
BOOL InitInstance();
int ExitInstance();
};
extern const GUID CDECL _tlid;
extern const WORD _wVerMajor;
extern const WORD _wVerMinor;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_MVRCTRL_H__6D3F352B_E4E0_11D3_A05E_00A0C9AFEE48__INCLUDED)