[This is preliminary documentation and subject to change.]
The IPX_STATIC_SERVICE_INFO structure describes a particular static 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;
typedef IPX_SERVER_ENTRY IPX_STATIC_SERVICE_INFO;
The IPX_STATIC_SERVICE_INFO structure is a typedef of the IPX_SERVER_ENTRY structure. The typedef is in ipxrtdef.h.