|
GME
13
|
Go to the source code of this file.
Functions | |
| STDAPI | DllRegisterServer (void) |
| STDAPI | DllUnregisterServer (void) |
Variables | |
| CObjectInspectorApp | theApp |
| const GUID CDECL BASED_CODE | _tlid |
| const WORD | _wVerMajor = 1 |
| const WORD | _wVerMinor = 0 |
| STDAPI DllRegisterServer | ( | void | ) |
Definition at line 79 of file ObjectInspector.cpp.
| STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 96 of file ObjectInspector.cpp.
| const GUID CDECL BASED_CODE _tlid |
{ 0x92b54998, 0x8e88, 0x41a2, { 0x92, 0x4f, 0x73, 0x54, 0xca, 0xd1, 0x45, 0x65 } }
Definition at line 15 of file ObjectInspector.cpp.
| const WORD _wVerMajor = 1 |
Definition at line 17 of file ObjectInspector.cpp.
| const WORD _wVerMinor = 0 |
Definition at line 18 of file ObjectInspector.cpp.
Definition at line 13 of file ObjectInspector.cpp.
1.7.6.1