Home | History | Annotate | Download | only in include
      1 /**
      2  * This file has no copyright assigned and is placed in the Public Domain.
      3  * This file is part of the mingw-w64 runtime package.
      4  * No warranty is given; refer to the file DISCLAIMER.PD within this package.
      5  */
      6 #ifndef _INC_NAPMICROSOFTVENDORIDS
      7 #define _INC_NAPMICROSOFTVENDORIDS
      8 
      9 #if (_WIN32_WINNT >= 0x0600)
     10 #define NapSystemId                     0x00013700
     11 #define NapDhcpEnforcementId            0x00013701
     12 #define NapRasEnforcementId             0x00013702
     13 #define NapIpsecEnforcementId           0x00013703
     14 #define Nap8021xEnforcementId           0x00013704
     15 #define NapAnywhereAccessEnforcementId  0x00013705
     16 #define NapIsaEnforcementId             0x00013706
     17 #define NapEapEnforcementId             0x00013707
     18 #define NapOutOfBoxSystemHealthId       0x00013780
     19 #define NapSmsSystemHealthId            0x00013781
     20 #define NapFCSv1SystemHealthId          0x00013782
     21 #define NapFCSv2SystemHealthId          0x00013783
     22 #define NapTpmSystemHealthId            0x00013784
     23 #define MicrosoftVendorId               0x0137
     24 #endif /*(_WIN32_WINNT >= 0x0600)*/
     25 
     26 #endif /* _INC_NAPMICROSOFTVENDORIDS */
     27