Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note The Network Access Protection platform is not available starting with Windows 10
Syntax
typedef enum tagExtendedIsolationState {
extendedIsolationStateNoData = 0,
extendedIsolationStateTransition = 0x1,
extendedIsolationStateInfected = 0x2,
extendedIsolationStateUnknown = 0x3
} ExtendedIsolationState;
Constants
extendedIsolationStateNoData Value: 0 No data is available on the connection isolation state. |
extendedIsolationStateTransition Value: 0x1 The connection isolation state is "transition". |
extendedIsolationStateInfected Value: 0x2 The connection isolation state is "infected". |
extendedIsolationStateUnknown Value: 0x3 The connection isolation state is unknown. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | naptypes.h |