หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |