master
1/**
2 * This file is part of the mingw-w64 runtime package.
3 * No warranty is given; refer to the file DISCLAIMER within this package.
4 */
5
6#include <winapifamily.h>
7
8#ifndef NAPMICROSOFTVENDORIDS_H
9#define NAPMICROSOFTVENDORIDS_H
10
11#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16 __MINGW_ATTRIB_UNUSED static UINT32 MicrosoftVendorId = 0x137;
17 __MINGW_ATTRIB_UNUSED static UINT32 NapSystemId = 0x00013700;
18 __MINGW_ATTRIB_UNUSED static UINT32 NapDhcpEnforcementId = 0x00013701;
19 __MINGW_ATTRIB_UNUSED static UINT32 NapRasEnforcementId = 0x00013702;
20 __MINGW_ATTRIB_UNUSED static UINT32 NapIpsecEnforcementId = 0x00013703;
21 __MINGW_ATTRIB_UNUSED static UINT32 Nap8021xEnforcementId = 0x00013704;
22 __MINGW_ATTRIB_UNUSED static UINT32 NapAnywhereAccessEnforcementId = 0x00013705;
23 __MINGW_ATTRIB_UNUSED static UINT32 NapIsaEnforcementId = 0x00013706;
24 __MINGW_ATTRIB_UNUSED static UINT32 NapEapEnforcementId = 0x00013707;
25 __MINGW_ATTRIB_UNUSED static UINT32 NapOutOfBoxSystemHealthId = 0x00013780;
26 __MINGW_ATTRIB_UNUSED static UINT32 NapSmsSystemHealthId = 0x00013781;
27 __MINGW_ATTRIB_UNUSED static UINT32 NapFCSv1SystemHealthId = 0x00013782;
28 __MINGW_ATTRIB_UNUSED static UINT32 NapFCSv2SystemHealthId = 0x00013783;
29 __MINGW_ATTRIB_UNUSED static UINT32 NapTpmSystemHealthId = 0x00013784;
30
31#ifdef __cplusplus
32}
33#endif
34#endif
35
36#endif