GME
13
|
Go to the source code of this file.
Functions | |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
Variables | |
CPartBrowserApp NEAR | theApp |
const GUID CDECL BASED_CODE | _tlid |
const WORD | _wVerMajor = 1 |
const WORD | _wVerMinor = 0 |
CComModule | _Module |
STDAPI DllRegisterServer | ( | void | ) |
Definition at line 101 of file PartBrowser.cpp.
STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 117 of file PartBrowser.cpp.
CComModule _Module |
Definition at line 21 of file PartBrowser.cpp.
const GUID CDECL BASED_CODE _tlid |
{ 0xEA3F7431, 0x913A, 0x421F, { 0x9B, 0x9C, 0xBE, 0xB6, 0xA7, 0x35, 0x28, 0x5A } }
Definition at line 15 of file PartBrowser.cpp.
const WORD _wVerMajor = 1 |
Definition at line 17 of file PartBrowser.cpp.
const WORD _wVerMinor = 0 |
Definition at line 18 of file PartBrowser.cpp.
CPartBrowserApp NEAR theApp |
Definition at line 13 of file PartBrowser.cpp.