ReactOS
0.4.16-dev-122-g325d74c
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:
ms_sal.h:345
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 Sat Oct 12 2024 06:06:40 for ReactOS by
1.9.6