rsvpObjHdr 结构 (lpmapi.h)
RsvpObjHdr 结构为 RSVP 消息提供对象标头。
语法
typedef struct {
USHORT obj_length;
UCHAR obj_class;
UCHAR obj_ctype;
} RsvpObjHdr;
成员
obj_length
对象长度(以字节为单位)。
obj_class
对象类。 必须是下列选项之一:
obj_ctype
对象 C 类型。 必须是下列选项之一:
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
标头 | lpmapi.h |