struct _TDI_ADDRESS_IPX {
ULONG NetworkAddress;
UCHAR NodeAddress[6];
USHORT Socket;
} TDI_ADDRESS_IPX, *PTDI_ADDRESS_IPX;
TDI_ADDRESS_IPX contains an IPX address (packed and aligned as necessary).
Members
NetworkAddress
Specifies the IPX network address.
NodeAddress[6]
Specifies the IPX node address.
Socket
Specifies the IPX socket identifier.
See Also