IPX_SERVICE

[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;

Parameters

InterfaceIndex
Contains the index of the interface through which the service information was obtained.
Protocol
Contains the identifier of the protocol that obtained the service information. (Static services are viewed as services obtained through the protocol IPX_PROTOCOL_STATIC).
Service
Specifies an IPX_SERVER_ENTRY structure.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in stm.h.
  Import Library: N/A.

See Also

IPX_SERVER_ENTRY