GME
13
|
Go to the source code of this file.
Functions | |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
Variables | |
CGMEViewApp NEAR | theApp |
const GUID CDECL BASED_CODE | _tlid |
const WORD | _wVerMajor = 1 |
const WORD | _wVerMinor = 0 |
STDAPI DllRegisterServer | ( | void | ) |
Definition at line 77 of file GMEView/GMEView.cpp.
STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 94 of file GMEView/GMEView.cpp.
const GUID CDECL BASED_CODE _tlid |
{ 0xE8F51618, 0x624F, 0x41D6, { 0xB3, 0x8F, 0x1, 0xC8, 0x1, 0x82, 0xAE, 0xDC } }
Definition at line 13 of file GMEView/GMEView.cpp.
const WORD _wVerMajor = 1 |
Definition at line 15 of file GMEView/GMEView.cpp.
const WORD _wVerMinor = 0 |
Definition at line 16 of file GMEView/GMEView.cpp.
CGMEViewApp NEAR theApp |
Definition at line 11 of file GMEView/GMEView.cpp.