ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Classes | |
struct | WND_DATA |
Macros | |
#define | UNICODE |
Functions | |
INT_PTR CALLBACK | MainDialogProc (HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
DWORD WINAPI | ThreadProc (LPVOID lpParam) |
INT WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
int | GetKlList (HKL **list) |
void | FreeKlList (HKL *list) |
void | UpdateData (HWND hDlg) |
void | FormatMsg (WCHAR *format,...) |
void | FormatBox (HWND hWnd, DWORD Flags, WCHAR *Caption, WCHAR *Format,...) |
LRESULT CALLBACK | WndSubclassProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | SubclassWnd (HWND hWnd, WCHAR *Name) |
DWORD | GetActivateFlags (HWND hDlg) |
DWORD | GetLoadFlags (HWND hDlg) |
UINT | GetDelayMilliseconds (HWND hDlg) |
HKL | GetSelectedLayout (HWND hDlg) |
HKL | GetActivateHandle (HWND hDlg) |
Variables | |
HINSTANCE | hInst |
HWND | hMainDlg |
Definition at line 8 of file kbdlayout.c.
Definition at line 106 of file kbdlayout.c.
Referenced by MainDialogProc().
Definition at line 96 of file kbdlayout.c.
Referenced by MainDialogProc(), and WndSubclassProc().
Definition at line 144 of file kbdlayout.c.
Referenced by MainDialogProc().
Definition at line 188 of file kbdlayout.c.
Referenced by MainDialogProc().
Definition at line 50 of file kbdlayout.c.
Referenced by UpdateData().
Definition at line 163 of file kbdlayout.c.
Referenced by MainDialogProc().
Definition at line 200 of file kbdlayout.c.
Referenced by GetActivateHandle(), and MainDialogProc().
Definition at line 220 of file kbdlayout.c.
Referenced by ThreadProc().
Definition at line 136 of file kbdlayout.c.
Referenced by MainDialogProc().
Definition at line 27 of file kbdlayout.c.
Referenced by MainDialogProc(), and WinMain().
Definition at line 67 of file kbdlayout.c.
Referenced by MainDialogProc(), and WndSubclassProc().
Definition at line 38 of file kbdlayout.c.
Definition at line 116 of file kbdlayout.c.
Referenced by SubclassWnd().
HINSTANCE hInst |
Definition at line 18 of file kbdlayout.c.
Referenced by ThreadProc(), and WinMain().
HWND hMainDlg |
Definition at line 19 of file kbdlayout.c.
Referenced by MainDialogProc(), and WndSubclassProc().