[This is preliminary documentation and subject to change.]
The IPX_SERVER_ENTRY structure describes a particular IPX service.
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;
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in stm.h.
Import Library: N/A.