SoH 結構 (naptypes.h)
注意從 Windows 10 開始,無法使用網路存取保護平臺
語法
typedef struct tagSoH {
UINT16 count;
SoHAttribute *attributes;
} SoH, SoHRequest, SoHResponse;
成員
count
SoH 中包含的屬性數目,以介於 0 (零) 和 maxSoHAttributeCount 之間的數位。
attributes
SoHAttribute 結構的數位,其中包含這個SoH所定義的屬性集合。
備註
SoH 封包是屬性集合,儲存為類型長度值物件, (TLV) 。 屬性類型是由 SoHAttributeType 指定,而屬性值是由 SoHAttributeValue 指定。 TLV 的排序方式是讓某些 TLV (例如 sohAttributeTypeSystemHealthId TLV 或 sohAttributeTypeHealthClass TLV) 個別群組或 TLV 的子群組。
sohAttributeTypeSystemHealthId TLV 必須是 SoHRequest 和 SoHResponse 封包中的第一個 TLV。 SoHResponse 封包最多可以有一個 sohAttributeTypeIpv4FixupServers 或 sohAttributeTypeIpv6FixupServers TLV。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | naptypes.h |