NapNotifyType-Enumeration (naptypes.h)
Hinweis Die Netzwerkzugriffsschutzplattform ist ab Windows 10
Syntax
typedef enum tagNapNotifyType {
napNotifyTypeUnknown = 0,
napNotifyTypeServiceState = 1,
napNotifyTypeQuarState = 2
} NapNotifyType;
Konstanten
napNotifyTypeUnknown Wert: 0 Wird nicht verwendet. |
napNotifyTypeServiceState Wert: 1 Benachrichtigungen zur Änderung des NapAgent-Dienststatus. Eine Benachrichtigung vom Typ napNotifyTypeServiceState wird gesendet, wenn der NapAgent-Dienst beendet oder gestartet wird. |
napNotifyTypeQuarState Wert: 2 Benachrichtigungen zur Änderung des Quarantänezustands. Bei jeder Änderung des Isolationszustands wird eine Benachrichtigung vom Typ napNotifyTypeQuarState gesendet. Weitere Informationen finden Sie unter IsolationState. |
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 |