soH 结构 (naptypes.h)

注意从Windows 10开始,网络访问保护平台不可用
 
SoH 结构包含运行状况声明 (SoH) 数据。

语法

typedef struct tagSoH {
  UINT16       count;
  SoHAttribute *attributes;
} SoH, SoHRequest, SoHResponse;

成员

count

SoH 中包含的属性数,介于 0 (零) 和 maxSoHAttributeCount 之间。

attributes

包含此 SoH 定义的属性集合的 SoHAttribute 结构的数组。

注解

SoH 数据包是属性的集合,存储为 type-length-value 对象 (TLV) 。 属性类型由 SoHAttributeType 指定,属性值由 SoHAttributeValue 指定。 TLV 的排序方式是,某些 TLV (例如 sohAttributeTypeSystemHealthId TLV 或 sohAttributeTypeHealthClass TLV) 单独的组或 TLV 子组。

sohAttributeTypeSystemHealthId TLV 必须是 SoHRequestSoHResponse 数据包中的第一个 TLV。 SoHResponse 数据包最多可以有一个 sohAttributeTypeIpv4FixupServerssohAttributeTypeIpv6FixupServers TLV。

要求

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

另请参阅

NAP 参考

NAP 结构