ReactOS 0.4.16-dev-38-g96c65e9
|
#include <windows.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <stdlib.h>
#include <tchar.h>
#include <strsafe.h>
#include <msctf.h>
#include <ctfutb.h>
#include <ctffunc.h>
#include <cicbase.h>
#include <cicutb.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Typedefs | |
typedef enum WATCH_INDEX | WATCH_INDEX |
Enumerations | |
enum | WATCH_INDEX { WI_TOGGLE = 0 , WI_MACHINE_TIF = 1 , WI_PRELOAD = 2 , WI_RUN = 3 , WI_USER_TIF = 4 , WI_USER_SPEECH = 5 , WI_APPEARANCE = 6 , WI_COLORS = 7 , WI_WINDOW_METRICS = 8 , WI_MACHINE_SPEECH = 9 , WI_KEYBOARD_LAYOUT = 10 , WI_ASSEMBLIES = 11 , WI_DESKTOP_SWITCH = 12 } |
Functions | |
VOID | UninitApp (VOID) |
Variables | |
HINSTANCE | g_hInst |
BOOL | g_bOnWow64 |
BOOL | g_fWinLogon |
DWORD | g_dwOsInfo |
typedef enum WATCH_INDEX WATCH_INDEX |
Enumerator | |
---|---|
WI_TOGGLE | |
WI_MACHINE_TIF | |
WI_PRELOAD | |
WI_RUN | |
WI_USER_TIF | |
WI_USER_SPEECH | |
WI_APPEARANCE | |
WI_COLORS | |
WI_WINDOW_METRICS | |
WI_MACHINE_SPEECH | |
WI_KEYBOARD_LAYOUT | |
WI_ASSEMBLIES | |
WI_DESKTOP_SWITCH |
Definition at line 32 of file precomp.h.
Definition at line 246 of file ctfmon.cpp.
Referenced by _tWinMain(), and CLoaderWnd::WindowProc().
|
extern |
Definition at line 28 of file ctfmon.cpp.
Referenced by DoMainLoop(), InitApp(), ProcessAttach(), UninitApp(), and CLoaderWnd::WindowProc().
|
extern |
Definition at line 31 of file ctfmon.cpp.
Referenced by CRegWatcher::Init(), InitApp(), and CLoaderWnd::WindowProc().
|
extern |
Definition at line 26 of file ctfmon.cpp.
Referenced by InitApp(), and CLoaderWnd::WindowProc().
|
extern |
Definition at line 23 of file ctfmon.cpp.