ExtendedIsolationState-Enumeration (naptypes.h)
Hinweis Die Netzwerkzugriffsschutzplattform ist ab Windows 10
Syntax
typedef enum tagExtendedIsolationState {
extendedIsolationStateNoData = 0,
extendedIsolationStateTransition = 0x1,
extendedIsolationStateInfected = 0x2,
extendedIsolationStateUnknown = 0x3
} ExtendedIsolationState;
Konstanten
extendedIsolationStateNoData Wert: 0 Im Verbindungsisolationszustand sind keine Daten verfügbar. |
extendedIsolationStateTransition Wert: 0x1 Der Verbindungsisolationsstatus ist "Transition". |
extendedIsolationStateInfected Wert: 0x2 Der Verbindungsisolationsstatus ist "infiziert". |
extendedIsolationStateUnknown Wert: 0x3 Der Verbindungsisolationsstatus ist unbekannt. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | naptypes.h |