This topic has not yet been rated - Rate this topic

Error_Spec_IPv4 structure

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

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

in_addr
ERROR_SPEC

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.