Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IntServTspecBody structure contains information for an RSVP Tspec.
Syntax
typedef struct {
IntServMainHdr st_mh;
union {
GenTspec gen_stspec;
QualTspec qual_stspec;
} tspec_u;
} IntServTspecBody;
Members
st_mh
Header for the corresponding Tspec object, expressed as IntServMainHdr structure.
tspec_u
gen_stspec
Generic Tspec, expressed as a GenTspec structure.
qual_stspec
Qualitative Tspec, expressed as a QualTspec structure.
tspec_u.gen_stspec
tspec_u.qual_stspec
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |