RESV_STYLE structure (lpmapi.h)

The RESV_STYLE structure contains information about RSVP RESV style.

Syntax

typedef struct {
  RsvpObjHdr style_header;
  ULONG      style_word;
} RESV_STYLE;

Members

style_header

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

style_word

RSVP RESV style. Must be one of the following values:

STYLE_FF

STYLE_SE

STYLE_WF

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