GME  13
PartBrowser.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 // PartBrowser.h : main header file for PartBrowser.DLL
00004 
00005 #if !defined( __AFXCTL_H__ )
00006 #error include 'afxctl.h' before including this file
00007 #endif
00008 
00009 #include "resource.h"       // main symbols
00010 
00011 
00012 // CPartBrowserApp : See PartBrowser.cpp for implementation.
00013 
00014 class CPartBrowserApp : public COleControlModule //CWinApp
00015 {
00016 public:
00017         BOOL InitInstance();
00018         int ExitInstance();
00019 private:
00020         BOOL InitATL();
00021 };
00022 
00023 extern const GUID CDECL _tlid;
00024 extern const WORD _wVerMajor;
00025 extern const WORD _wVerMinor;
00026