ReactOS 0.4.16-dev-1338-g8aab5a9
|
Go to the source code of this file.
Typedefs | |
typedef BOOL(WINAPI * | FN_SetProcessShutdownParameters) (DWORD, DWORD) |
typedef UINT(WINAPI * | FN_GetSystemWow64DirectoryA) (LPSTR, UINT) |
typedef UINT(WINAPI * | FN_GetSystemWow64DirectoryW) (LPWSTR, UINT) |
Functions | |
static VOID | ParseCommandLine (_In_ LPCTSTR pszCmdLine) |
static VOID | WriteRegRun (VOID) |
static HRESULT | GetGlobalCompartment (_In_ REFGUID guid, _Inout_ ITfCompartment **ppComp) |
static HRESULT | SetGlobalCompartmentDWORD (_In_ REFGUID guid, _In_ DWORD dwValue) |
static BOOL | CheckX64System (_In_ LPTSTR lpCmdLine) |
static BOOL | InitApp (_In_ HINSTANCE hInstance, _In_ LPTSTR lpCmdLine) |
VOID | UninitApp (VOID) |
static INT | DoMainLoop (VOID) |
EXTERN_C INT WINAPI | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInst, LPTSTR lpCmdLine, INT nCmdShow) |
Definition at line 17 of file ctfmon.cpp.
Definition at line 20 of file ctfmon.cpp.
Definition at line 13 of file ctfmon.cpp.
EXTERN_C INT WINAPI _tWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInst, | ||
LPTSTR | lpCmdLine, | ||
INT | nCmdShow | ||
) |
Definition at line 324 of file ctfmon.cpp.
Definition at line 139 of file ctfmon.cpp.
Referenced by InitApp().
Definition at line 261 of file ctfmon.cpp.
Referenced by _tWinMain().
|
static |
Definition at line 98 of file ctfmon.cpp.
Referenced by SetGlobalCompartmentDWORD().
Definition at line 188 of file ctfmon.cpp.
Referenced by _tWinMain().
Definition at line 35 of file ctfmon.cpp.
Referenced by _tWinMain().
Definition at line 118 of file ctfmon.cpp.
Referenced by DoMainLoop().
Definition at line 246 of file ctfmon.cpp.
Referenced by _tWinMain(), and CLoaderWnd::WindowProc().
Definition at line 73 of file ctfmon.cpp.
Referenced by _tWinMain(), and InitApp().
Definition at line 28 of file ctfmon.cpp.
Referenced by DoMainLoop(), InitApp(), UninitApp(), and CLoaderWnd::WindowProc().
DWORD g_dwOsInfo = 0 |
Definition at line 31 of file ctfmon.cpp.
Referenced by CRegWatcher::Init(), InitApp(), and CLoaderWnd::WindowProc().
Definition at line 30 of file ctfmon.cpp.
Referenced by _tWinMain(), and ParseCommandLine().
FN_GetSystemWow64DirectoryA g_fnGetSystemWow64DirectoryA = NULL |
Definition at line 18 of file ctfmon.cpp.
Referenced by CheckX64System().
FN_GetSystemWow64DirectoryW g_fnGetSystemWow64DirectoryW = NULL |
Definition at line 21 of file ctfmon.cpp.
Referenced by CheckX64System().
Definition at line 29 of file ctfmon.cpp.
Referenced by ParseCommandLine(), and WriteRegRun().
FN_SetProcessShutdownParameters g_fnSetProcessShutdownParameters = NULL |
Definition at line 14 of file ctfmon.cpp.
Referenced by InitApp().
Definition at line 26 of file ctfmon.cpp.
Referenced by InitApp(), and CLoaderWnd::WindowProc().
Definition at line 27 of file ctfmon.cpp.
Referenced by InitApp(), and UninitApp().
Definition at line 23 of file ctfmon.cpp.
Referenced by InitApp().
Definition at line 24 of file ctfmon.cpp.
Referenced by CheckX64System(), and InitApp().
CLoaderWnd* g_pLoaderWnd = NULL |
Definition at line 32 of file ctfmon.cpp.
Referenced by _tWinMain(), and InitApp().
Definition at line 25 of file ctfmon.cpp.
Referenced by InitApp().