ReactOS 0.4.16-dev-1067-ge98bba2
|
Go to the source code of this file.
Macros | |
#define | MAX_SYSTEM_PAGES 32 |
Typedefs | |
typedef HPROPSHEETPAGE(WINAPI * | PCreateNetIDPropertyPage) (VOID) |
Functions | |
static LONG APIENTRY | SystemApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
INT __cdecl | ResourceMessageBox (_In_opt_ HINSTANCE hInstance, _In_opt_ HWND hwnd, _In_ UINT uType, _In_ UINT uCaption, _In_ UINT uText,...) |
static BOOL CALLBACK | PropSheetAddPage (HPROPSHEETPAGE hpage, LPARAM lParam) |
static BOOL | InitPropSheetPage (PROPSHEETHEADER *ppsh, WORD idDlg, DLGPROC DlgProc) |
static HMODULE | AddNetIdPage (PROPSHEETHEADER *ppsh) |
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 = 0 |
APPLET | Applets [NUM_APPLETS] |
typedef HPROPSHEETPAGE(WINAPI * PCreateNetIDPropertyPage) (VOID) |
|
static |
Definition at line 96 of file sysdm.c.
Referenced by SystemApplet().
Definition at line 209 of file sysdm.c.
|
static |
Definition at line 69 of file sysdm.c.
Referenced by SystemApplet().
|
static |
Definition at line 56 of file sysdm.c.
Referenced by AddNetIdPage(), InitPropSheetPage(), and SystemApplet().
Definition at line 131 of file sysdm.c.
Referenced by SystemApplet().
INT __cdecl ResourceMessageBox | ( | _In_opt_ HINSTANCE | hInstance, |
_In_opt_ HWND | hwnd, | ||
_In_ UINT | uType, | ||
_In_ UINT | uCaption, | ||
_In_ UINT | uText, | ||
... | |||
) |
Definition at line 27 of file sysdm.c.
Definition at line 149 of file sysdm.c.
APPLET Applets[NUM_APPLETS] |
Definition at line 18 of file sysdm.c.
Referenced by CPlApplet().
HINSTANCE hApplet = 0 |
Definition at line 15 of file sysdm.c.
Referenced by DllMain(), InitPropSheetPage(), PropSheetProc(), and SystemApplet().