RSVP_SCOPE structure (lpmapi.h)

The RSVP_SCOPE structure provides RSVP scope information.

Syntax

typedef struct {
  RsvpObjHdr scopl_header;
  union {
    Scope_list_ipv4 scopl_ipv4;
  } scope_u;
} RSVP_SCOPE;

Members

scopl_header

Scope header, in the form of an RsvpObjHdr structure.

scope_u

Union containing scope list information.

scopl_ipv4

RSVP scope list, in the form of a Scope_list_ipv4 structure.

scope_u.scopl_ipv4

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

Scope_list_ipv4