IsolationInfoEx 構造体 (naptypes.h)

メモネットワーク アクセス保護プラットフォームは、Windows 10 以降は使用できません
 
IsolationInfoEx 構造体は、マシンまたは接続の拡張分離状態を定義します。

構文

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

こちらもご覧ください

CountedString

ExtendedIsolationState

IsolationState

NAP リファレンス

NAP 構造体