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

一个 CountedString 值,该值包含要在发生故障时导航到的 URL。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 naptypes.h

另请参阅

CountedString

ExtendedIsolationState

IsolationState

NAP 参考

NAP 结构