![]() |
Qt 4.8
|
Go to the source code of this file.
Functions | |
| STDAPI | DllCanUnloadNow () |
| STDAPI | DllGetClassObject (const GUID &clsid, const GUID &iid, void **ppv) |
| EXTERN_C BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpvReserved) |
| STDAPI | DllRegisterServer () |
| STDAPI | DllUnregisterServer () |
| HRESULT | GetClassObject (const GUID &clsid, const GUID &iid, void **ppUnk) |
| void | qAxCleanup () |
| QString | qAxInit () |
| unsigned long | qAxLockCount () |
| HRESULT | UpdateRegistry (int bRegister) |
Variables | |
| HHOOK | qax_hhook = 0 |
| bool | qax_ownQApp = false |
| HANDLE | qAxInstance |
| bool | qAxIsServer |
| wchar_t | qAxModuleFilename [MAX_PATH] |
| static uint | qAxThreadId = 0 |
| ITypeLib * | qAxTypeLibrary |
| STDAPI DllCanUnloadNow | ( | ) |
Definition at line 89 of file qaxserverdll.cpp.
Definition at line 76 of file qaxserverdll.cpp.
| EXTERN_C BOOL WINAPI DllMain | ( | HINSTANCE | hInstance, |
| DWORD | dwReason, | ||
| LPVOID | lpvReserved | ||
| ) |
Definition at line 122 of file qaxserverdll.cpp.
| STDAPI DllRegisterServer | ( | ) |
Definition at line 66 of file qaxserverdll.cpp.
| STDAPI DllUnregisterServer | ( | ) |
Definition at line 71 of file qaxserverdll.cpp.
Referenced by DllGetClassObject().
| void qAxCleanup | ( | ) |
Definition at line 139 of file qaxserver.cpp.
Referenced by DllMain().
| QString qAxInit | ( | ) |
Definition at line 111 of file qaxserver.cpp.
Referenced by DllMain().
| unsigned long qAxLockCount | ( | ) |
| HRESULT UpdateRegistry | ( | int | bRegister | ) |
Referenced by DllRegisterServer(), and DllUnregisterServer().
| HHOOK qax_hhook = 0 |
Definition at line 51 of file qaxserverdll.cpp.
Referenced by axs_FilterProc(), QClassFactory::CreateInstanceHelper(), and DllCanUnloadNow().
| bool qax_ownQApp = false |
Definition at line 50 of file qaxserverdll.cpp.
Referenced by QClassFactory::CreateInstanceHelper(), DllCanUnloadNow(), and qAxFactory().
| HANDLE qAxInstance |
Definition at line 65 of file qaxserver.cpp.
Referenced by DllMain().
| bool qAxIsServer |
Definition at line 64 of file qaxserver.cpp.
Referenced by DllMain().
| wchar_t qAxModuleFilename[MAX_PATH] |
Definition at line 67 of file qaxserver.cpp.
Referenced by DllMain().
|
static |
Definition at line 61 of file qaxserverdll.cpp.
Referenced by DllCanUnloadNow(), and DllGetClassObject().
| ITypeLib* qAxTypeLibrary |
Definition at line 66 of file qaxserver.cpp.
Referenced by qAxCleanup(), qAxInit(), QVariantToVARIANT(), and UpdateRegistry().