IntServFlowSpec structure (lpmapi.h)

The IntServFlowSpec structure contains information about Integrated Services flowspecs.

Syntax

typedef struct {
  IntServMainHdr spec_mh;
  union {
    CtrlLoadFlowspec CL_spec;
    GuarFlowSpec     G_spec;
    QualAppFlowSpec  Q_spec;
  } spec_u;
} IntServFlowSpec;

Members

spec_mh

General information and length information for the flowspec object (this structure), expressed as an IntServMainHdr structure.

spec_u

Union containing flowspec information.

CL_spec

Controlled load flowspec information, expressed as a CtrlLoadFlowspec structure.

G_spec

Guaranteed service flowspec information, expressed as a GuarFlowSpec structure.

Q_spec

Qualitative application flowspec information, expressed as a QualAppFlowSpec structure.

spec_u.CL_spec

spec_u.G_spec

spec_u.Q_spec

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

CtrlLoadFlowspec

GuarFlowSpec

QualAppFlowSpec