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
/
Multi
/
Multi.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-02-09
|
1KB
|
50 lines
// Multi.h : MULTI アプリケーションのメイン ヘッダー ファイル
//
#if !defined(AFX_MULTI_H__1318BB74_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_)
#define AFX_MULTI_H__1318BB74_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // メイン シンボル
/////////////////////////////////////////////////////////////////////////////
// CMultiApp:
// このクラスの動作の定義に関しては Multi.cpp ファイルを参照してください。
//
class CMultiApp : public CWinApp
{
public:
CMultiApp();
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CMultiApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// インプリメンテーション
//{{AFX_MSG(CMultiApp)
afx_msg void OnAppAbout();
// メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
// この位置に生成されるコードを編集しないでください。
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_MULTI_H__1318BB74_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_)