IsolationInfoEx 構造体 (naptypes.h)
メモネットワーク アクセス保護プラットフォームは、Windows 10 以降は使用できません
構文
typedef struct tagIsolationInfoEx {
IsolationState isolationState;
ExtendedIsolationState extendedIsolationState;
ProbationTime probEndTime;
CountedString failureUrl;
} IsolationInfoEx;
メンバー
isolationState
マシンの分離状態を含む IsolationState 値。
extendedIsolationState
マシンの拡張分離状態を含む ExtendedIsolationState 値。
probEndTime
保護観察からマシンが出てくる時刻を含む ProbationTime 値。
failureUrl
エラーが発生した場合に移動する URL を含む CountedString 値。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | naptypes.h |