Qt 4.8
|
Go to the source code of this file.
Functions | |
STDAPI | DumpIDL (const QString &outfile, const QString &ver) |
HRESULT | GetClassObject (const GUID &clsid, const GUID &iid, void **ppUnk) |
int __cdecl | main (int, char **) |
static DWORD WINAPI | MonitorProc (void *pv) |
void | qax_shutDown () |
bool | qax_startServer (QAxFactory::ServerType type) |
bool | qax_stopServer () |
bool | qax_winEventFilter (void *message) |
void | qAxCleanup () |
QString | qAxInit () |
ulong | qAxLockCount () |
void __cdecl | qWinMain (HINSTANCE, HINSTANCE, LPSTR, int, int &, QVector< char *> &) |
static bool | StartMonitor () |
HRESULT | UpdateRegistry (BOOL bRegister) |
EXTERN_C int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR, int nShowCmd) |
Variables | |
static DWORD * | classRegistration = 0 |
QT_STATIC_CONST DWORD | dwPause = 500 |
static DWORD | dwThreadID |
QT_STATIC_CONST DWORD | dwTimeOut = 1000 |
static HANDLE | hEventShutdown |
static bool | qAxActivity = false |
HANDLE | qAxInstance |
bool | qAxIsServer |
wchar_t | qAxModuleFilename [MAX_PATH] |
bool | qAxOutProcServer |
Definition at line 1062 of file qaxserver.cpp.
Referenced by classIDL(), and WinMain().
Referenced by qax_startServer().
int __cdecl main | ( | int | , |
char ** | |||
) |
Definition at line 46 of file qaxmain.cpp.
Referenced by qax_stopServer(), and WinMain().
|
static |
void qax_shutDown | ( | ) |
bool qax_startServer | ( | QAxFactory::ServerType | type | ) |
Definition at line 127 of file qaxservermain.cpp.
Referenced by QAxFactory::startServer().
bool qax_stopServer | ( | ) |
Definition at line 162 of file qaxservermain.cpp.
Referenced by QAxFactory::startServer(), and QAxFactory::stopServer().
bool qax_winEventFilter | ( | void * | message | ) |
Definition at line 809 of file qaxserverbase.cpp.
Referenced by QClassFactory::CreateInstanceHelper().
void qAxCleanup | ( | ) |
Definition at line 139 of file qaxserver.cpp.
Referenced by WinMain().
QString qAxInit | ( | ) |
Definition at line 111 of file qaxserver.cpp.
Referenced by UpdateRegistry(), and WinMain().
ulong qAxLockCount | ( | ) |
void __cdecl qWinMain | ( | HINSTANCE | , |
HINSTANCE | , | ||
LPSTR | , | ||
int | , | ||
int & | , | ||
QVector< char *> & | |||
) |
Definition at line 170 of file qcoreapplication_win.cpp.
Referenced by qax_stopServer(), and WinMain().
|
static |
HRESULT UpdateRegistry | ( | BOOL | bRegister | ) |
Definition at line 208 of file qaxserver.cpp.
Referenced by WinMain().
EXTERN_C int WINAPI WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | , | ||
int | nShowCmd | ||
) |
Definition at line 202 of file qaxservermain.cpp.
|
static |
Definition at line 52 of file qaxservermain.cpp.
Referenced by qax_startServer(), and qax_stopServer().
QT_STATIC_CONST DWORD dwPause = 500 |
Definition at line 59 of file qaxservermain.cpp.
Referenced by qax_stopServer().
|
static |
Definition at line 53 of file qaxservermain.cpp.
Referenced by MonitorProc(), qt_adopted_thread_watcher_function(), and StartMonitor().
QT_STATIC_CONST DWORD dwTimeOut = 1000 |
Definition at line 58 of file qaxservermain.cpp.
Referenced by MonitorProc().
|
static |
Definition at line 55 of file qaxservermain.cpp.
Referenced by MonitorProc(), qax_shutDown(), and StartMonitor().
|
static |
Definition at line 54 of file qaxservermain.cpp.
Referenced by MonitorProc(), and qax_shutDown().
HANDLE qAxInstance |
Definition at line 65 of file qaxserver.cpp.
Referenced by WinMain().
bool qAxIsServer |
Definition at line 64 of file qaxserver.cpp.
Referenced by DumpIDL(), qax_startServer(), qax_stopServer(), and UpdateRegistry().
wchar_t qAxModuleFilename[MAX_PATH] |
Definition at line 67 of file qaxserver.cpp.
Referenced by DumpIDL(), qAxInit(), UpdateRegistry(), and WinMain().
bool qAxOutProcServer |
Definition at line 68 of file qaxserver.cpp.
Referenced by WinMain().