POLICY_DATA structure (lpmapi.h)

The POLICY_DATA structure contains policy data for RSVP messages.

Syntax

typedef struct {
  RsvpObjHdr PolicyObjHdr;
  USHORT     usPeOffset;
  USHORT     usReserved;
} POLICY_DATA;

Members

PolicyObjHdr

Policy object header, in the form of an RsvpObjHdr structure.

usPeOffset

Offset to the beginning of Policy Elements from the beginning of Policy Data.

usReserved

Reserved. Do not use.

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

RsvpObjHdr