RSVP_POLICY structure (qossp.h)

The RSVP_POLICY structure stores one or more undefined policy elements.

Syntax

typedef struct _RSVP_POLICY {
  USHORT Len;
  USHORT Type;
  UCHAR  Info[4];
} RSVP_POLICY, *LPRSVP_POLICY;

Members

Len

Size of the entire element object, in bytes.

Type

Type of RSVP policy element in Info.

Info[4]

Policy data, expressed in UCHARs.

Remarks

RSVP transports the data contained in an RSVP_POLICY structure on behalf of the Policy Control component.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header qossp.h

See also

RSVP_POLICY_INFO