ReactOS 0.4.16-dev-112-g52265ae
|
#include "main.h"
Go to the source code of this file.
Classes | |
struct | _SPEED_DATA |
Macros | |
#define | ID_BLINK_TIMER 345 |
Typedefs | |
typedef struct _SPEED_DATA | SPEED_DATA |
typedef struct _SPEED_DATA * | PSPEED_DATA |
Functions | |
static VOID | UpdateCaretBlinkTimeReg (_In_ UINT uCaretBlinkTime) |
static INT_PTR CALLBACK | KeyboardSpeedProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
static INT_PTR CALLBACK | KeybHardwareProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
LONG APIENTRY | KeyboardApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
#define ID_BLINK_TIMER 345 |
Definition at line 28 of file keyboard.c.
typedef struct _SPEED_DATA * PSPEED_DATA |
typedef struct _SPEED_DATA SPEED_DATA |
|
static |
Definition at line 314 of file keyboard.c.
Referenced by KeyboardApplet().
Definition at line 357 of file keyboard.c.
|
static |
Definition at line 69 of file keyboard.c.
Referenced by KeyboardApplet().
Definition at line 340 of file keyboard.c.
Referenced by KeyboardApplet().
Definition at line 43 of file keyboard.c.
Referenced by KeyboardSpeedProc().