ReactOS
0.4.16-dev-1401-gf1332c7
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
winbase_undoc.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS SDK
3
* LICENSE: Dual-licensed:
4
* LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
5
* MIT (https://spdx.org/licenses/MIT)
6
* PURPOSE: Undocumented Base API definitions, absent from winbase.h
7
* COPYRIGHT: Copyright 2025 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
8
*
9
* REMARK: This header is based on the following files from the official
10
* Windows 10.0.10240.0 PSDK, a copy of which can be found at:
11
* - https://github.com/tpn/winsdk-10/blob/master/Include/10.0.10240.0/um/minwin/winbasep.h
12
* - https://github.com/tpn/winsdk-10/blob/master/Include/10.0.10240.0/um/minwin/wbasek.h
13
*/
14
15
#ifndef _WINBASE_UNDOC_H
16
#define _WINBASE_UNDOC_H
17
18
#pragma once
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
/*
25
* Undocumented flags for CreateProcess
26
*/
27
#if (WINVER >= 0x400)
28
#define STARTF_HASSHELLDATA 0x00000400
// As seen in um/minwin/winbasep.h
29
#define STARTF_SHELLPRIVATE STARTF_HASSHELLDATA
// ReactOS-specific name
30
#endif
/* (WINVER >= 0x400) */
31
#if (WINVER >= 0x0A00)
32
#define STARTF_TITLEISLOCALALLOCED 0x00004000
33
#endif
/* (WINVER >= 0x0A00) */
34
#define STARTF_INHERITDESKTOP 0x40000000
35
#define STARTF_SCREENSAVER 0x80000000
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* _WINBASE_UNDOC_H */
sdk
include
reactos
winbase_undoc.h
Generated on Thu Jun 26 2025 06:13:34 for ReactOS by
1.9.6