ReactOS
0.4.16-dev-338-g34e76ad
help.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactX Diagnosis Application
3
* LICENSE: LGPL - See COPYING in the top level directory
4
* FILE: base/applications/dxdiag/help.c
5
* PURPOSE: ReactX diagnosis help page
6
* COPYRIGHT: Copyright 2008 Johannes Anderwald
7
*
8
*/
9
10
#include "
precomp.h
"
11
12
INT_PTR
CALLBACK
13
HelpPageWndProc
(
HWND
hDlg,
UINT
message
,
WPARAM
wParam
,
LPARAM
lParam
)
14
{
15
UNREFERENCED_PARAMETER
(
lParam
);
16
UNREFERENCED_PARAMETER
(
wParam
);
17
switch
(
message
) {
18
case
WM_INITDIALOG
:
19
{
20
SetWindowPos
(hDlg,
NULL
, 10, 32, 0, 0,
SWP_NOACTIVATE
|
SWP_NOOWNERZORDER
|
SWP_NOSIZE
|
SWP_NOZORDER
);
21
return
TRUE
;
22
}
23
case
WM_COMMAND
:
24
{
25
switch
(
LOWORD
(
wParam
)) {
26
case
IDC_BUTTON_SYSINFO
:
27
break
;
28
case
IDC_BUTTON_DDRAW_REFRESH
:
29
break
;
30
}
31
break
;
32
}
33
}
34
35
return
FALSE
;
36
}
HelpPageWndProc
INT_PTR CALLBACK HelpPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
Definition:
help.c:13
IDC_BUTTON_SYSINFO
#define IDC_BUTTON_SYSINFO
Definition:
resource.h:99
IDC_BUTTON_DDRAW_REFRESH
#define IDC_BUTTON_DDRAW_REFRESH
Definition:
resource.h:100
wParam
WPARAM wParam
Definition:
combotst.c:138
lParam
LPARAM lParam
Definition:
combotst.c:139
NULL
#define NULL
Definition:
types.h:112
TRUE
#define TRUE
Definition:
types.h:120
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
LOWORD
#define LOWORD(l)
Definition:
pedump.c:82
message
Definition:
tftpd.h:60
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:64
precomp.h
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
SWP_NOACTIVATE
#define SWP_NOACTIVATE
Definition:
winuser.h:1245
SetWindowPos
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
WM_COMMAND
#define WM_COMMAND
Definition:
winuser.h:1743
SWP_NOSIZE
#define SWP_NOSIZE
Definition:
winuser.h:1248
WM_INITDIALOG
#define WM_INITDIALOG
Definition:
winuser.h:1742
SWP_NOOWNERZORDER
#define SWP_NOOWNERZORDER
Definition:
winuser.h:1252
SWP_NOZORDER
#define SWP_NOZORDER
Definition:
winuser.h:1250
base
applications
dxdiag
help.c
Generated on Wed Dec 11 2024 06:14:20 for ReactOS by
1.9.6