Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |