ReactOS
0.4.16-dev-2-g02a6913
aboutdlg.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS VGA Font Editor
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: About dialog
5
* COPYRIGHT: Copyright 2008 Colin Finck (colin@reactos.org)
6
*/
7
8
#include "
precomp.h
"
9
10
INT_PTR
CALLBACK
11
AboutDlgProc
(
HWND
hwnd
,
UINT
uMsg,
WPARAM
wParam
,
LPARAM
lParam
)
12
{
13
UNREFERENCED_PARAMETER
(
lParam
);
14
15
switch
(uMsg)
16
{
17
case
WM_COMMAND
:
18
if
(
LOWORD
(
wParam
) ==
IDCANCEL
)
19
{
20
EndDialog
(
hwnd
, 0);
21
return
TRUE
;
22
}
23
break
;
24
25
case
WM_INITDIALOG
:
26
return
TRUE
;
27
}
28
29
return
FALSE
;
30
}
AboutDlgProc
INT_PTR CALLBACK AboutDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition:
aboutdlg.c:11
wParam
WPARAM wParam
Definition:
combotst.c:138
lParam
LPARAM lParam
Definition:
combotst.c:139
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:317
LOWORD
#define LOWORD(l)
Definition:
pedump.c:82
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:64
precomp.h
hwnd
_In_ LONG _In_ HWND hwnd
Definition:
winddi.h:4023
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
IDCANCEL
#define IDCANCEL
Definition:
winuser.h:834
WM_COMMAND
#define WM_COMMAND
Definition:
winuser.h:1743
WM_INITDIALOG
#define WM_INITDIALOG
Definition:
winuser.h:1742
EndDialog
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)
modules
rosapps
applications
devutils
vgafontedit
aboutdlg.c
Generated on Thu Sep 12 2024 06:06:10 for ReactOS by
1.9.6