ReactOS
0.4.16-dev-1007-g2e85425
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
about.c
Go to the documentation of this file.
1
/*
2
* Regedit About Dialog Box
3
*
4
* Copyright (C) 2002 Robert Dickenson <robd@reactos.org>
5
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
6
*/
7
8
#include "
regedit.h
"
9
10
#include <
shellapi.h
>
11
12
void
ShowAboutBox
(
HWND
hWnd
)
13
{
14
WCHAR
AppStr[255];
15
LoadStringW
(
hInst
,
IDS_APP_TITLE
, AppStr,
ARRAY_SIZE
(AppStr));
16
ShellAboutW
(
hWnd
, AppStr,
NULL
,
LoadIconW
(
hInst
,
MAKEINTRESOURCEW
(
IDI_REGEDIT
)));
17
}
18
19
/* EOF */
hWnd
HWND hWnd
Definition:
settings.c:17
IDS_APP_TITLE
#define IDS_APP_TITLE
Definition:
resource.h:10
ShowAboutBox
void ShowAboutBox(HWND hWnd)
Definition:
about.c:12
ARRAY_SIZE
#define ARRAY_SIZE(A)
Definition:
main.h:20
IDI_REGEDIT
#define IDI_REGEDIT
Definition:
resource.h:22
NULL
#define NULL
Definition:
types.h:112
hInst
HINSTANCE hInst
Definition:
dxdiag.c:13
void
Definition:
nsiface.idl:2307
regedit.h
ShellAboutW
BOOL WINAPI ShellAboutW(HWND hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff, HICON hIcon)
Definition:
shell32_main.c:1314
shellapi.h
LoadStringW
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
MAKEINTRESOURCEW
#define MAKEINTRESOURCEW(i)
Definition:
winuser.h:582
LoadIconW
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE hInstance, _In_ LPCWSTR lpIconName)
Definition:
cursoricon.c:2412
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
base
applications
regedit
about.c
Generated on Fri Apr 18 2025 06:08:03 for ReactOS by
1.9.6