ReactOS
0.4.12-dev-722-g4ba3c90
|
Go to the source code of this file.
Functions | |
int | OSK_SetImage (int IdDlgItem, int IdResource) |
int | OSK_DlgInitDialog (HWND hDlg) |
int | OSK_DlgClose (void) |
int | OSK_DlgTimer (void) |
BOOL | OSK_DlgCommand (WPARAM wCommand, HWND hWndControl) |
BOOL | OSK_ReleaseKey (WORD ScanCode) |
INT_PTR APIENTRY | OSK_DlgProc (HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) |
int WINAPI | wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int) |
INT_PTR CALLBACK | OSK_WarningProc (HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
VOID | OSK_About (VOID) |
Variables | |
OSK_GLOBALS | Globals |
Definition at line 108 of file main.c.
Referenced by OSK_DlgProc().
Definition at line 220 of file main.c.
Referenced by OSK_DlgProc().
Definition at line 272 of file main.c.
Referenced by OSK_DlgProc().
Definition at line 135 of file main.c.
Referenced by OSK_DlgProc().
Definition at line 398 of file main.c.
Referenced by wWinMain().
Definition at line 247 of file main.c.
Referenced by OSK_DlgProc().
Definition at line 359 of file main.c.
Referenced by OSK_DlgClose().
Definition at line 37 of file main.c.
Referenced by OSK_DlgInitDialog().
Definition at line 67 of file main.c.
Referenced by wWinMain().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 525 of file main.c.
OSK_GLOBALS Globals |