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[48]
Contains the service name as defined by SAP specifications.
Network[4]
Contains the network number portion of the service address.
Node[6]
Contains the node number portion of the service address.
Socket[2]
Contains the socket number portion of service address.
HopCount
Contains the service hop count.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | stm.h |