IsolationState enumeration (naptypes.h)

Note  The Network Access Protection platform is not available starting with Windows 10
 
The IsolationState enumeration describes the isolation state of a connection.

Syntax

typedef enum tagIsolationState {
  isolationStateNotRestricted = 1,
  isolationStateInProbation = 2,
  isolationStateRestrictedAccess = 3
} IsolationState;

Constants

 
isolationStateNotRestricted
Value: 1
The connection isolation state is not restricted.
isolationStateInProbation
Value: 2
The connection isolation state is probation.
isolationStateRestrictedAccess
Value: 3
The connection isolation state is restricted access.

Requirements

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