napNotifyType 列舉 (naptypes.h)

注意從 Windows 10 開始,無法使用網路存取保護平臺
 
列舉 NapAgent 服務所傳送的服務通知類型。 NapAgent 也稱為隔離代理程式。

Syntax

typedef enum tagNapNotifyType {
  napNotifyTypeUnknown = 0,
  napNotifyTypeServiceState = 1,
  napNotifyTypeQuarState = 2
} NapNotifyType;

常數

 
napNotifyTypeUnknown
值: 0
未使用。
napNotifyTypeServiceState
值: 1
NapAgent 服務狀態變更通知。

napNotifyTypeServiceState 類型的通知會在 NapAgent 服務停止或啟動時傳送。
napNotifyTypeQuarState
值: 2
隔離狀態變更通知。

每當隔離狀態變更時, 就會傳送 napNotifyTypeQuarState 類型的通知。 如需詳細資訊,請參閱 IsolationState

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
標頭 naptypes.h

另請參閱

InitializeNapAgentNotifier

UninitializeNapAgentNotifier