IPX_SERVER_ENTRY structure (stm.h)
The IPX_SERVER_ENTRY structure describes a particular IPX service.
Syntax
typedef struct _IPX_SERVER_ENTRY {
USHORT Type;
UCHAR Name[48];
UCHAR Network[4];
UCHAR Node[6];
UCHAR Socket[2];
USHORT HopCount;
} IPX_SERVER_ENTRY, *PIPX_SERVER_ENTRY;
Members
Type
Contains the service type as defined by the SAP specification.
Name
Contains the service name as defined by SAP specifications.
Network
Contains the network number portion of the service address.
Node
Contains the node number portion of the service address.
Socket
Contains the socket number portion of service address.
HopCount
Contains the service hop count.
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | stm.h |