ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Functions | |
static BOOL CALLBACK | ImcEnumProc (HIMC hImc, LPARAM lParam) |
static DWORD WINAPI | AnotherThreadFunc (LPVOID arg) |
static BOOL | OnInitDialog (HWND hwnd, HWND hwndFocus, LPARAM lParam) |
static void | OnCommand (HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) |
static INT_PTR CALLBACK | DialogProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
START_TEST (ImmEnumInputContext) | |
Variables | |
static HWND | s_hwnd = NULL |
static INT | s_nCounter = 0 |
static HIMC | s_hImc1 = NULL |
static HIMC | s_hImc2 = NULL |
static HIMC | s_hImc3 = NULL |
static HIMC | s_hImc4 = NULL |
Definition at line 78 of file ImmEnumInputContext.c.
Referenced by OnInitDialog().
Definition at line 158 of file ImmEnumInputContext.c.
Referenced by START_TEST().
Definition at line 19 of file ImmEnumInputContext.c.
Referenced by AnotherThreadFunc(), and OnInitDialog().
Definition at line 145 of file ImmEnumInputContext.c.
Referenced by DialogProc().
Definition at line 102 of file ImmEnumInputContext.c.
Referenced by DialogProc().
START_TEST | ( | ImmEnumInputContext | ) |
Definition at line 168 of file ImmEnumInputContext.c.
Definition at line 13 of file ImmEnumInputContext.c.
Referenced by ImcEnumProc(), and OnInitDialog().
Definition at line 14 of file ImmEnumInputContext.c.
Referenced by ImcEnumProc(), and OnInitDialog().
Definition at line 15 of file ImmEnumInputContext.c.
Referenced by ImcEnumProc().
Definition at line 16 of file ImmEnumInputContext.c.
Referenced by AnotherThreadFunc(), and ImcEnumProc().
Definition at line 11 of file ImmEnumInputContext.c.
Referenced by AnotherThreadFunc(), and OnInitDialog().
|
static |
Definition at line 12 of file ImmEnumInputContext.c.
Referenced by AnotherThreadFunc(), ImcEnumProc(), and OnInitDialog().