ReactOS
0.4.15-dev-4570-g4f8bbd1
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
}
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P)
Definition:
ntbasedef.h:317
usrmgr.h
CALLBACK
#define CALLBACK
Definition:
compat.h:35
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:64
wParam
WPARAM wParam
Definition:
combotst.c:138
FALSE
#define FALSE
Definition:
types.h:117
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
WM_COMMAND
#define WM_COMMAND
Definition:
winuser.h:1727
UINT
unsigned int UINT
Definition:
ndis.h:50
ExtraPageProc
INT_PTR CALLBACK ExtraPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition:
extra.c:13
void
Definition:
nsiface.idl:2306
WM_INITDIALOG
#define WM_INITDIALOG
Definition:
winuser.h:1726
lParam
LPARAM lParam
Definition:
combotst.c:139
dll
cpl
usrmgr
extra.c
Generated on Fri May 20 2022 06:03:47 for ReactOS by
1.8.15