IPX_ADAPTER_BINDING_INFO
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]
- Specifies the network number to which the adapter is bound.
- LocalNode[6]
- Specifies the node number to which the adapter is bound.
- RemoteNode[6]
- 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, for example, for 9600 baud connection this value is 96.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Routprot.h.
See Also
Router Management Reference, Router Management Structures, IP_ADAPTER_BINDING_INFO