[This is preliminary documentation and subject to change.]
The IPX_SERVICE structures contains information about an IPX service, and identifies the interface and protocol through which this information was obtained.
typedef struct _IPX_SERVICE {
ULONG InterfaceIndex; // index of interface
ULONG Protocol; //
IPX_SERVER_ENTRY Service;
} IPX_SERVICE, *PIPX_SERVICE;
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in stm.h.
Import Library: N/A.