napmicrosoftvendorids.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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. #include <winapifamily.h>
  6. #ifndef NAPMICROSOFTVENDORIDS_H
  7. #define NAPMICROSOFTVENDORIDS_H
  8. #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. __MINGW_ATTRIB_UNUSED static UINT32 MicrosoftVendorId = 0x137;
  13. __MINGW_ATTRIB_UNUSED static UINT32 NapSystemId = 0x00013700;
  14. __MINGW_ATTRIB_UNUSED static UINT32 NapDhcpEnforcementId = 0x00013701;
  15. __MINGW_ATTRIB_UNUSED static UINT32 NapRasEnforcementId = 0x00013702;
  16. __MINGW_ATTRIB_UNUSED static UINT32 NapIpsecEnforcementId = 0x00013703;
  17. __MINGW_ATTRIB_UNUSED static UINT32 Nap8021xEnforcementId = 0x00013704;
  18. __MINGW_ATTRIB_UNUSED static UINT32 NapAnywhereAccessEnforcementId = 0x00013705;
  19. __MINGW_ATTRIB_UNUSED static UINT32 NapIsaEnforcementId = 0x00013706;
  20. __MINGW_ATTRIB_UNUSED static UINT32 NapEapEnforcementId = 0x00013707;
  21. __MINGW_ATTRIB_UNUSED static UINT32 NapOutOfBoxSystemHealthId = 0x00013780;
  22. __MINGW_ATTRIB_UNUSED static UINT32 NapSmsSystemHealthId = 0x00013781;
  23. __MINGW_ATTRIB_UNUSED static UINT32 NapFCSv1SystemHealthId = 0x00013782;
  24. __MINGW_ATTRIB_UNUSED static UINT32 NapFCSv2SystemHealthId = 0x00013783;
  25. __MINGW_ATTRIB_UNUSED static UINT32 NapTpmSystemHealthId = 0x00013784;
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30. #endif