GENERIC_PORT
The GENERIC_PORT structure contains a port number used for IP or IPX protocols.
typedef union {
BYTE IPPort;
WORD ByteSwappedIPXPort;
} GENERIC_PORT;
Members
- IPPort
IP port number filled in. - ByteSwappedIPXPort
IPX port number filled in.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |