Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ERROR_SPEC structure (lpmapi.h)

The ERROR_SPEC structure contains RSVP error messages.

Syntax

typedef struct {
 RsvpObjHdr errs_header;
 union {
 Error_Spec_IPv4 errs_ipv4;
 } errs_u;
} ERROR_SPEC;

Members

errs_header

Error header, in the form of an RsvpObjHdr structure.

errs_u

Union containing RSVP error information.

errs_ipv4

Error information, expressed as an Error_Spec_IPv4 structure.

errs_u.errs_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

Error_Spec_IPv4

RsvpObjHdr


Feedback

Was this page helpful?

Additional resources