IPX_ADAPTER_BINDING_INFO Structure

The IPX_ADAPTER_BINDING_INFO structure contains IPX-specific information for a particular network adapter.

typedef struct IPX_ADAPTER_BINDING_INFO {
  ULONG AdapterIndex;
  UCHAR Network[4];
  UCHAR LocalNode[6];
  UCHAR RemoteNode[6];
  ULONG MaxPacketSize;
  ULONG LinkSpeed;
} IPX_ADAPTER_BINDING_INFO, 
 *PIPX_ADAPTER_BINDING_INFO;

Members

  • AdapterIndex
    Identifies the adapter that has been allocated for the interface.

  • Network
    Specifies the network number to which the adapter is bound.

  • LocalNode
    Specifies the node number to which the adapter is bound.

  • RemoteNode
    Specifies the node number of a peer router or client for demand-dial point-to-point connections (for LAN connections this field is set to the broadcast node address, for example, 0xFFFFFFFFFFFF).

  • MaxPacketSize
    Specifies the maximum packet size that can be transmitted over a connection established on the adapter.

  • LinkSpeed
    Specifies the speed of the connection in 100 baud increments, for example, for 9600 baud connection this value is 96.

Requirements

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in Routprot.h.

See Also

Router Management Reference
Router Management Structures
IP_ADAPTER_BINDING_INFO

Send comments about this topic to Microsoft

Build date: 9/5/2007