GME
13
|
00001 #if !defined(AFX_SEARCH_H__07C694D3_0C01_45CC_9B31_4A1012F75D34__INCLUDED_) 00002 #define AFX_SEARCH_H__07C694D3_0C01_45CC_9B31_4A1012F75D34__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 // Search.h : main header file for SEARCH.DLL 00009 00010 #if !defined( __AFXCTL_H__ ) 00011 #error include 'afxctl.h' before including this file 00012 #endif 00013 00014 #include "resource.h" // main symbols 00015 00017 // CSearchApp : See Search.cpp for implementation. 00018 00019 class CSearchApp : public COleControlModule 00020 { 00021 public: 00022 BOOL InitInstance(); 00023 int ExitInstance(); 00024 }; 00025 00026 extern const GUID CDECL _tlid; 00027 extern const WORD _wVerMajor; 00028 extern const WORD _wVerMinor; 00029 00030 //{{AFX_INSERT_LOCATION}} 00031 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00032 00033 #endif // !defined(AFX_SEARCH_H__07C694D3_0C01_45CC_9B31_4A1012F75D34__INCLUDED)