ReactOS 0.4.15-dev-5884-gab5aff5
|
#include <stdio.h>
#include <windows.h>
#include <debug.h>
#include "commctrl.h"
#include "strsafe.h"
#include "osk_res.h"
Go to the source code of this file.
Classes | |
struct | _KEY |
struct | _KEYBOARD_STRUCT |
struct | OSK_GLOBALS |
struct | OSK_KEYLEDINDICATOR |
Macros | |
#define | SCANCODE_MASK 0xFF |
#define | OSK_CLASS L"OSKMainWindow" |
#define | DEFAULT_FONTSIZE 15 |
Typedefs | |
typedef struct _KEY | KEY |
typedef struct _KEY * | PKEY |
typedef struct _KEYBOARD_STRUCT | KEYBOARD_STRUCT |
typedef struct _KEYBOARD_STRUCT * | PKEYBOARD_STRUCT |
Enumerations | |
enum | SetKeys_Reason { SETKEYS_INIT , SETKEYS_LAYOUT , SETKEYS_LANG } |
Functions | |
int | OSK_SetImage (int IdDlgItem, int IdResource) |
LRESULT | OSK_Create (HWND hwnd) |
int | OSK_Close (void) |
int | OSK_Timer (void) |
BOOL | OSK_Command (WPARAM wCommand, HWND hWndControl) |
BOOL | OSK_ReleaseKey (WORD ScanCode) |
LRESULT APIENTRY | OSK_WndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
DWORD WINAPI | OSK_WarningDlgThread (LPVOID lpParameter) |
int WINAPI | wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int) |
VOID | OSK_RestoreDlgPlacement (HWND hDlg) |
VOID | OSK_RefreshLEDKeys (VOID) |
INT_PTR CALLBACK | OSK_WarningProc (HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
LONG | LoadDWORDFromRegistry (IN LPCWSTR lpValueDataName, OUT PDWORD pdwValueData) |
LONG | LoadStringFromRegistry (IN LPCWSTR lpValueDataName, OUT LPWSTR lpValueData, IN OUT LPUINT cchCount) |
LONG | SaveDWORDToRegistry (IN LPCWSTR lpValueDataName, IN DWORD dwValueData) |
LONG | SaveStringToRegistry (IN LPCWSTR lpValueDataName, IN LPCWSTR lpValueData, IN UINT cchCount) |
VOID | LoadSettings (VOID) |
VOID | SaveSettings (VOID) |
Variables | |
KEYBOARD_STRUCT | StandardKeyboard |
KEYBOARD_STRUCT | EnhancedKeyboard |
OSK_GLOBALS | Globals |
typedef struct _KEYBOARD_STRUCT KEYBOARD_STRUCT |
typedef struct _KEYBOARD_STRUCT * PKEYBOARD_STRUCT |
Enumerator | |
---|---|
SETKEYS_INIT | |
SETKEYS_LAYOUT | |
SETKEYS_LANG |
Definition at line 15 of file settings.c.
Referenced by LoadSettings().
Definition at line 53 of file settings.c.
LONG LoadStringFromRegistry | ( | IN LPCWSTR | lpValueDataName, |
OUT LPWSTR | lpValueData, | ||
IN OUT LPUINT | cchCount | ||
) |
Definition at line 73 of file settings.c.
Referenced by LoadSettings().
Definition at line 490 of file main.c.
Referenced by OSK_WndProc().
Definition at line 619 of file main.c.
Referenced by OSK_WndProc().
Definition at line 372 of file main.c.
Referenced by OSK_WndProc().
Definition at line 522 of file main.c.
Referenced by OSK_Timer().
Definition at line 715 of file main.c.
Referenced by OSK_Close().
Definition at line 33 of file main.c.
Referenced by OSK_SetKeys().
Definition at line 544 of file main.c.
Referenced by OSK_WndProc().
Definition at line 124 of file main.c.
Referenced by OSK_Create().
Definition at line 83 of file main.c.
Referenced by OSK_Create(), and OSK_WarningDlgThread().
Definition at line 797 of file main.c.
Referenced by wWinMain().
Definition at line 121 of file settings.c.
Referenced by SaveSettings().
Definition at line 115 of file settings.c.
Definition at line 165 of file settings.c.
Referenced by SaveSettings().
Definition at line 671 of file charmap.c.
|
extern |
Definition at line 227 of file keyboard.c.
Referenced by OSK_SetKeys().
|
extern |
|
extern |
Definition at line 240 of file keyboard.c.
Referenced by OSK_SetKeys().