This topic has not yet been rated - Rate this topic

RESV_STYLE structure

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

End of client support

Windows 2000 Professional

End of server support

Windows 2000 Server

Header

Lpmapi.h

See also

RsvpObjHdr

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.