GENERIC_PORT union
The GENERIC_PORT structure contains a port number used for IP or IPX protocols.
Syntax
typedef union {
BYTE IPPort;
WORD ByteSwappedIPXPort;
} GENERIC_PORT;
Members
-
IPPort
-
IP port number filled in.
-
ByteSwappedIPXPort
-
IPX port number filled in.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|