ReactOS 0.4.15-dev-8088-g0f81f46
apisetsp.h
Go to the documentation of this file.
1#ifndef APISETSP_H
2#define APISETSP_H
3
4#ifdef __cplusplus
5extern "C"
6{
7#endif
8
9#include "apisets.h"
10
11typedef struct _ROS_APISET
12{
17
18extern const ROS_APISET g_Apisets[];
19extern const LONG g_ApisetsCount;
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif // APISETSP_H
struct _ROS_APISET ROS_APISET
const LONG g_ApisetsCount
const ROS_APISET g_Apisets[]
Definition: apisets.table.c:12
unsigned long DWORD
Definition: ntddk_ex.h:95
long LONG
Definition: pedump.c:60
const UNICODE_STRING Target
Definition: apisetsp.h:14
const UNICODE_STRING Name
Definition: apisetsp.h:13
DWORD dwOsVersions
Definition: apisetsp.h:15