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 >
C/C++ Source or Header  |  2001-02-09  |  1KB  |  50 lines

  1. // Multi.h : MULTI アプリケーションのメイン ヘッダー ファイル
  2. //
  3.  
  4. #if !defined(AFX_MULTI_H__1318BB74_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_)
  5. #define AFX_MULTI_H__1318BB74_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"       // メイン シンボル
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CMultiApp:
  19. // このクラスの動作の定義に関しては Multi.cpp ファイルを参照してください。
  20. //
  21.  
  22. class CMultiApp : public CWinApp
  23. {
  24. public:
  25.     CMultiApp();
  26.  
  27. // オーバーライド
  28.     // ClassWizard は仮想関数のオーバーライドを生成します。
  29.     //{{AFX_VIRTUAL(CMultiApp)
  30.     public:
  31.     virtual BOOL InitInstance();
  32.     //}}AFX_VIRTUAL
  33.  
  34. // インプリメンテーション
  35.     //{{AFX_MSG(CMultiApp)
  36.     afx_msg void OnAppAbout();
  37.         // メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
  38.         //        この位置に生成されるコードを編集しないでください。
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43.  
  44. /////////////////////////////////////////////////////////////////////////////
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
  48.  
  49. #endif // !defined(AFX_MULTI_H__1318BB74_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_)
  50.