Error_Spec_IPv4 structure (lpmapi.h)

The Error_Spec_IPv4 structure stores error code information for RSVP transmissions.

Syntax

typedef struct {
  struct in_addr errs_errnode;
  u_char         errs_flags;
  UCHAR          errs_code;
  USHORT         errs_value;
} Error_Spec_IPv4;

Members

errs_errnode

IP address of the node responsible for the error, in the form of an in_addr structure.

errs_flags

Error flags. Must be one of the following:

  • ERROR_SPECF_InPlace
  • ERROR_SPECF_NotGuilty

errs_code

Error code. Must be one of the following:

  • ERR_FORWARD_OK
  • ERR_Usage_globl
  • ERR_Usage_local
  • ERR_Usage_serv
  • ERR_global_mask

errs_value

Error value.

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

in_addr