ReactOS
0.4.16-dev-109-gf4cb10f
Functions
extra.c File Reference
#include "
usrmgr.h
"
Include dependency graph for extra.c:
Go to the source code of this file.
Functions
INT_PTR
CALLBACK
ExtraPageProc
(
HWND
hwndDlg,
UINT
uMsg,
WPARAM
wParam
,
LPARAM
lParam
)
Function Documentation
◆
ExtraPageProc()
INT_PTR
CALLBACK
ExtraPageProc
(
HWND
hwndDlg
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
Definition at line
13
of file
extra.c
.
17
{
18
UNREFERENCED_PARAMETER
(
lParam
);
19
UNREFERENCED_PARAMETER
(
wParam
);
20
UNREFERENCED_PARAMETER
(hwndDlg);
21
22
switch
(uMsg)
23
{
24
case
WM_INITDIALOG
:
25
break
;
26
27
case
WM_COMMAND
:
28
break
;
29
}
30
31
return
FALSE
;
32
}
wParam
WPARAM wParam
Definition:
combotst.c:138
lParam
LPARAM lParam
Definition:
combotst.c:139
FALSE
#define FALSE
Definition:
types.h:117
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P)
Definition:
ntbasedef.h:317
WM_COMMAND
#define WM_COMMAND
Definition:
winuser.h:1743
WM_INITDIALOG
#define WM_INITDIALOG
Definition:
winuser.h:1742
dll
cpl
usrmgr
extra.c
Generated on Wed Oct 9 2024 06:22:16 for ReactOS by
1.9.6