ReactOS 0.4.15-dev-6657-ged9973f
|
#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 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 |
static APPLET | Applets [NUM_APPLETS] |
Definition at line 87 of file input.c.
|
static |
Definition at line 27 of file input.c.
Referenced by SystemApplet().
Definition at line 39 of file input.c.
Referenced by SystemApplet().
Definition at line 57 of file input.c.
|
static |
Definition at line 20 of file input.c.
Referenced by CPlApplet().
Definition at line 17 of file input.c.
Referenced by DllMain(), InitPropSheetPage(), PropSheetProc(), and SystemApplet().