Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
GENERIC_PORT
-
2006年12月05日
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.