aboutsummaryrefslogtreecommitdiff
path: root/x86_64-w64-mingw32/include/napmicrosoftvendorids.h
blob: ae3bcafd8f1a38fa6a6a5fb70dc2c19a1ed30de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**
 * This file is part of the mingw-w64 runtime package.
 * No warranty is given; refer to the file DISCLAIMER within this package.
 */

#include <winapifamily.h>

#ifndef NAPMICROSOFTVENDORIDS_H
#define NAPMICROSOFTVENDORIDS_H

#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
#ifdef __cplusplus
extern "C" {
#endif

  __MINGW_ATTRIB_UNUSED static UINT32 MicrosoftVendorId = 0x137;
  __MINGW_ATTRIB_UNUSED static UINT32 NapSystemId = 0x00013700;
  __MINGW_ATTRIB_UNUSED static UINT32 NapDhcpEnforcementId = 0x00013701;
  __MINGW_ATTRIB_UNUSED static UINT32 NapRasEnforcementId = 0x00013702;
  __MINGW_ATTRIB_UNUSED static UINT32 NapIpsecEnforcementId = 0x00013703;
  __MINGW_ATTRIB_UNUSED static UINT32 Nap8021xEnforcementId = 0x00013704;
  __MINGW_ATTRIB_UNUSED static UINT32 NapAnywhereAccessEnforcementId = 0x00013705;
  __MINGW_ATTRIB_UNUSED static UINT32 NapIsaEnforcementId = 0x00013706;
  __MINGW_ATTRIB_UNUSED static UINT32 NapEapEnforcementId = 0x00013707;
  __MINGW_ATTRIB_UNUSED static UINT32 NapOutOfBoxSystemHealthId = 0x00013780;
  __MINGW_ATTRIB_UNUSED static UINT32 NapSmsSystemHealthId = 0x00013781;
  __MINGW_ATTRIB_UNUSED static UINT32 NapFCSv1SystemHealthId = 0x00013782;
  __MINGW_ATTRIB_UNUSED static UINT32 NapFCSv2SystemHealthId = 0x00013783;
  __MINGW_ATTRIB_UNUSED static UINT32 NapTpmSystemHealthId = 0x00013784;

#ifdef __cplusplus
}
#endif
#endif

#endif