IS_FLOWSPEC structure (lpmapi.h)

The IS_FLOWSPEC structure stores an Integrated Services FLOWSPEC object.

Syntax

typedef struct {
  RsvpObjHdr      flow_header;
  IntServFlowSpec flow_body;
} IS_FLOWSPEC;

Members

flow_header

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

flow_body

FLOWSPEC object data, expressed as an IntServFlowSpec structure.

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

IntServFlowSpec

RsvpObjHdr