IPX_ADDRESS structure
The IPX_ADDRESS structure provides an address at the IPX protocol level.
Syntax
typedef struct _IPX_ADDRESS {
BYTE Subnet[4];
BYTE Address[6];
} IPX_ADDRESS, *LPIPX_ADDRESS;
Members
-
Subnet
-
Network subnet identifier.
-
Address
-
Subnet NIC identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|