GME
13
|
Go to the source code of this file.
Functions | |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
Variables | |
CSearchApp NEAR | theApp |
const GUID CDECL BASED_CODE | _tlid |
const WORD | _wVerMajor = 1 |
const WORD | _wVerMinor = 0 |
STDAPI DllRegisterServer | ( | void | ) |
Definition at line 79 of file Search.cpp.
STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 96 of file Search.cpp.
const GUID CDECL BASED_CODE _tlid |
{ 0xe65eedef, 0x18b7, 0x4f67, { 0xbb, 0xc7, 0xe, 0x22, 0xd0, 0xd3, 0x4c, 0x28 } }
Definition at line 15 of file Search.cpp.
const WORD _wVerMajor = 1 |
Definition at line 17 of file Search.cpp.
const WORD _wVerMinor = 0 |
Definition at line 18 of file Search.cpp.
CSearchApp NEAR theApp |
Definition at line 13 of file Search.cpp.