IPX_ADAPTER_BINDING_INFO

[This is preliminary documentation and subject to change.]

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[4]
The network number to which the adapter is bound
LocalNode[6]
The node number to which the adapter is bound
RemoteNode[6]
The node number of a peer router or client for demand dial point-to-point connections (for LAN connections this field will be set to the broadcast node address: i.e. 0xFFFFFFFFFFFF)
MaxPacketSize
The maximum packet size that can be transmitted over a connection established on the adapter.
LinkSpeed
The speed of the connection in 100 baud, for example, for 9600 baud connection this value is 96.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in routprot.h.
  Import Library: N/A.

See Also

BindInterface, IP_ADAPTER_BINDING_INFO