GME  13
GMEView.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 // GMEView.h : main header file for GMEView.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 enum eDragOperation { DRAGOP_COPY, DRAGOP_MOVE, DRAGOP_REFERENCE, DRAGOP_INSTANCE, DRAGOP_SUBTYPE, DRAGOP_CLOSURE, DRAGOP_CLOSURE_MERGE };
00012 
00013 // CGMEViewApp : See GMEView.cpp for implementation.
00014 
00015 class CGMEViewApp : public COleControlModule
00016 {
00017 public:
00018         BOOL InitInstance();
00019         int ExitInstance();
00020 };
00021 
00022 extern const GUID CDECL _tlid;
00023 extern const WORD _wVerMajor;
00024 extern const WORD _wVerMinor;
00025