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 tagNapNotifyType {
napNotifyTypeUnknown = 0,
napNotifyTypeServiceState = 1,
napNotifyTypeQuarState = 2
} NapNotifyType;
Constants
napNotifyTypeUnknownValue: 0 Not used. |
napNotifyTypeServiceStateValue: 1 NapAgent service state change notifications. A notification of type napNotifyTypeServiceState is sent whenever the NapAgent service stops or starts. |
napNotifyTypeQuarStateValue: 2 Quarantine state change notifications. A notification of type napNotifyTypeQuarState is sent whenever the isolation state changes. For more information, see IsolationState. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | naptypes.h |