|
GME
13
|
Go to the source code of this file.
Functions | |
| STDAPI | DllRegisterServer (void) |
| STDAPI | DllUnregisterServer (void) |
| STDAPI | DllCanUnloadNow (void) |
| STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
Variables | |
| CGMEActiveBrowserApp NEAR | theApp |
| const GUID CDECL BASED_CODE | _tlid |
| const WORD | _wVerMajor = 1 |
| const WORD | _wVerMinor = 0 |
| CComModule | _Module |
| STDAPI DllCanUnloadNow | ( | void | ) |
Definition at line 136 of file GMEActiveBrowser.cpp.
| STDAPI DllGetClassObject | ( | REFCLSID | rclsid, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 143 of file GMEActiveBrowser.cpp.
| STDAPI DllRegisterServer | ( | void | ) |
Definition at line 96 of file GMEActiveBrowser.cpp.
| STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 115 of file GMEActiveBrowser.cpp.
| CComModule _Module |
Definition at line 131 of file GMEActiveBrowser.cpp.
| const GUID CDECL BASED_CODE _tlid |
{ 0xfda9edb8, 0xed6a, 0x468f, { 0xa3, 0xa9, 0xe9, 0x36, 0x1f, 0xee, 0xd0, 0x51 } }
Definition at line 17 of file GMEActiveBrowser.cpp.
| const WORD _wVerMajor = 1 |
Definition at line 19 of file GMEActiveBrowser.cpp.
| const WORD _wVerMinor = 0 |
Definition at line 20 of file GMEActiveBrowser.cpp.
Definition at line 15 of file GMEActiveBrowser.cpp.
1.7.6.1