ReactOS 0.4.16-dev-737-g3368adc
|
#include "input.h"
Go to the source code of this file.
Macros | |
#define | NUM_APPLETS (1) |
Functions | |
static LONG CALLBACK | SystemApplet (HWND hwnd, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
static VOID | InitPropSheetPage (PROPSHEETPAGEW *page, WORD idDlg, DLGPROC DlgProc) |
static BOOL | AskForReboot (HWND hwndDlg) |
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables | |
HINSTANCE | hApplet = NULL |
BOOL | g_bRebootNeeded = FALSE |
static APPLET | Applets [NUM_APPLETS] |
Definition at line 39 of file input.c.
Referenced by PropSheetProc().
Definition at line 113 of file input.c.
|
static |
Definition at line 28 of file input.c.
Referenced by SystemApplet().
Definition at line 48 of file input.c.
Referenced by SystemApplet().
Definition at line 83 of file input.c.
|
static |
Definition at line 21 of file input.c.
Referenced by CPlApplet().
Definition at line 18 of file input.c.
Referenced by OnCommandSettingsPage(), OnNotifyAdvancedSettingsPage(), OnNotifySettingsPage(), and PropSheetProc().
Definition at line 17 of file input.c.
Referenced by AskForReboot(), DllMain(), InitPropSheetPage(), PropSheetProc(), and SystemApplet().