ReactOS
0.4.16-dev-838-g27bb510
extra.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS User Manager Control Panel
4
* FILE: dll/cpl/usrmgr/extra.c
5
* PURPOSE: Extra property page
6
*
7
* PROGRAMMERS: Eric Kohl
8
*/
9
10
#include "
usrmgr.h
"
11
12
INT_PTR
CALLBACK
13
ExtraPageProc
(
HWND
hwndDlg,
14
UINT
uMsg,
15
WPARAM
wParam
,
16
LPARAM
lParam
)
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
ExtraPageProc
INT_PTR CALLBACK ExtraPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition:
extra.c:13
FALSE
#define FALSE
Definition:
types.h:117
CALLBACK
#define CALLBACK
Definition:
compat.h:35
void
Definition:
nsiface.idl:2307
UINT
unsigned int UINT
Definition:
ndis.h:50
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P)
Definition:
ntbasedef.h:325
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:64
usrmgr.h
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
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 Fri Mar 21 2025 06:03:00 for ReactOS by
1.9.6