soHAttribute 结构 (naptypes.h)
注意从Windows 10开始,网络访问保护平台不可用
语法
typedef struct tagSoHAttribute {
UINT16 type;
UINT16 size;
BYTE *value;
} SoHAttribute;
成员
type
一个 SoHAttributeType 值,该值定义 value 中包含的属性类型。
size
值指向的 SoH 属性的大小(以字节为单位),其范围为 0 到 maxSoHAttributeSize。
value
指向 SoHAttributeValue 结构的指针,该结构包含 按类型定义的 SoH 属性值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | naptypes.h |