ReactOS
0.4.16-dev-1238-gd80fdbe
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
dll_startup.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS API tests
3
* LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory
4
* PURPOSE: Helper declarations for DLL construction/destruction test
5
* PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
6
*/
7
8
#pragma once
9
10
struct
counter_values
11
{
12
int
m_uninit_at_startup
;
13
int
m_uninit
;
14
int
m_counter
;
15
int
static_construct_counter_at_startup
;
16
int
static_construct_counter
;
17
int
dtor_counter_at_detach
;
18
int
dtor_counter
;
19
};
20
21
typedef
22
void
23
WINAPI
24
SET_COUNTER_VALUES_POINTER
(
25
_Out_
struct
counter_values
*pcv);
SET_COUNTER_VALUES_POINTER
void WINAPI SET_COUNTER_VALUES_POINTER(_Out_ struct counter_values *pcv)
Definition:
dll_startup.h:24
_Out_
#define _Out_
Definition:
no_sal2.h:160
counter_values
Definition:
dll_startup.h:11
counter_values::dtor_counter
int dtor_counter
Definition:
dll_startup.h:18
counter_values::static_construct_counter
int static_construct_counter
Definition:
dll_startup.h:16
counter_values::m_uninit
int m_uninit
Definition:
dll_startup.h:13
counter_values::static_construct_counter_at_startup
int static_construct_counter_at_startup
Definition:
dll_startup.h:15
counter_values::m_counter
int m_counter
Definition:
dll_startup.h:14
counter_values::dtor_counter_at_detach
int dtor_counter_at_detach
Definition:
dll_startup.h:17
counter_values::m_uninit_at_startup
int m_uninit_at_startup
Definition:
dll_startup.h:12
WINAPI
#define WINAPI
Definition:
msvc.h:6
modules
rostests
apitests
crt
dll_startup.h
Generated on Tue Jun 3 2025 06:11:52 for ReactOS by
1.9.6