ReactOS 0.4.15-dev-7834-g00c4b3d
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
11{
19};
20
21typedef
22void
25 _Out_ struct counter_values *pcv);
void WINAPI SET_COUNTER_VALUES_POINTER(_Out_ struct counter_values *pcv)
Definition: dll_startup.h:24
#define _Out_
Definition: ms_sal.h:345
int static_construct_counter
Definition: dll_startup.h:16
int static_construct_counter_at_startup
Definition: dll_startup.h:15
int dtor_counter_at_detach
Definition: dll_startup.h:17
int m_uninit_at_startup
Definition: dll_startup.h:12
#define WINAPI
Definition: msvc.h:6