ReactOS
0.4.15-dev-4874-g57c84dd
advanced_settings_page.c
Go to the documentation of this file.
1
/*
2
* PROJECT: input.dll
3
* FILE: dll/cpl/input/advanced_settings_page.c
4
* PURPOSE: input.dll
5
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
6
*/
7
8
#include "
input.h
"
9
10
11
INT_PTR
CALLBACK
12
AdvancedSettingsPageProc
(
HWND
hwndDlg,
UINT
uMsg,
WPARAM
wParam
,
LPARAM
lParam
)
13
{
14
return
FALSE
;
15
}
AdvancedSettingsPageProc
INT_PTR CALLBACK AdvancedSettingsPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition:
advanced_settings_page.c:12
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
input.h
UINT
unsigned int UINT
Definition:
ndis.h:50
void
Definition:
nsiface.idl:2306
lParam
LPARAM lParam
Definition:
combotst.c:139
dll
cpl
input
advanced_settings_page.c
Generated on Mon Jul 4 2022 06:03:55 for ReactOS by
1.8.15