ReactOS
0.4.16-dev-937-g7afcd2a
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
winver_p.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Version Program
3
* LICENSE: MIT (https://spdx.org/licenses/MIT)
4
* PURPOSE: Main header file
5
* COPYRIGHT: Copyright 2025 Thamatip Chitpong <thamatip.chitpong@reactos.org>
6
*/
7
8
#pragma once
9
10
#include <stdarg.h>
11
#include <stdlib.h>
12
13
#include <
windef.h
>
14
#include <
winbase.h
>
15
#include <
winreg.h
>
16
#include <
winuser.h
>
17
#include <commctrl.h>
18
#include <
shellapi.h
>
19
20
#include <
strsafe.h
>
21
22
#include "
resource.h
"
23
24
typedef
struct
_WINVER_OS_INFO
25
{
26
WCHAR
szName
[64];
27
WCHAR
szCompatInfo
[256];
28
}
WINVER_OS_INFO
, *
PWINVER_OS_INFO
;
29
30
extern
HINSTANCE
Winver_hInstance
;
31
32
BOOL
33
Winver_GetOSInfo
(
34
_Out_
PWINVER_OS_INFO
OSInfo);
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
void
Definition:
nsiface.idl:2307
_Out_
#define _Out_
Definition:
no_sal2.h:160
shellapi.h
strsafe.h
_WINVER_OS_INFO
Definition:
winver_p.h:25
_WINVER_OS_INFO::szCompatInfo
WCHAR szCompatInfo[256]
Definition:
winver_p.h:27
_WINVER_OS_INFO::szName
WCHAR szName[64]
Definition:
winver_p.h:26
resource.h
winbase.h
windef.h
winreg.h
winuser.h
PWINVER_OS_INFO
struct _WINVER_OS_INFO * PWINVER_OS_INFO
WINVER_OS_INFO
struct _WINVER_OS_INFO WINVER_OS_INFO
Winver_GetOSInfo
BOOL Winver_GetOSInfo(_Out_ PWINVER_OS_INFO OSInfo)
Definition:
osinfo.c:97
Winver_hInstance
HINSTANCE Winver_hInstance
Definition:
winver.c:9
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
base
applications
winver
winver_p.h
Generated on Wed Apr 2 2025 06:02:34 for ReactOS by
1.9.6