IntServTspecBody structure (lpmapi.h)

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

See also

GenTspec

IntServMainHdr

QualTspec