HealthClassValue enumeration

Note

The Network Access Protection platform is not available starting with Windows 10

The HealthClassValue enumeration type indicates the value of the health class TLV.

Syntax

typedef enum tagHealthClassValue { 
  healthClassFirewall        = 0,
  healthClassPatchLevel      = 1,
  healthClassAntiVirus       = 2,
  healthClassCriticalUpdate  = 3,
  healthClassReserved        = 128
} HealthClassValue;

Constants

healthClassFirewall

The health class TLV is firewall.

healthClassPatchLevel

The health class TLV is patch level.

healthClassAntiVirus

The health class TLV is antivirus.

healthClassCriticalUpdate

The health class TLV is critical update.

healthClassReserved

Reserved for system use only.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
NapProtocol.h
IDL
NapProtocol.idl