ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/napmicrosoftvendorids.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 1393 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
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
13 extern "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