IPX_SERVICE structure (stm.h)

The IPX_SERVICE structure contains information about an IPX service, and identifies the interface and protocol through which this information was obtained.

Syntax

typedef struct _IPX_SERVICE {
  ULONG            InterfaceIndex;
  ULONG            Protocol;
  IPX_SERVER_ENTRY Server;
} IPX_SERVICE, *PIPX_SERVICE;

Members

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 IPX_PROTOCOL_STATIC protocol.

Server

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header stm.h

See also

IPX Service Table Management

IPX_SERVER_ENTRY

Service Table Management Structures