2.2.1.2.103 STATIC_SERVICES_TABLE_INDEX

The STATIC_SERVICES_TABLE_INDEX structure MAY<94> be used to specify the index within the static services table. It is used in IPX_MIB_INDEX (section 2.2.1.2.104)

 typedef struct _STATIC_SERVICES_TABLE_INDEX {
   ULONG InterfaceIndex;
   USHORT ServiceType;
   UCHAR ServiceName[48];
 } STATIC_SERVICES_TABLE_INDEX,
  *PSTATIC_SERVICES_TABLE_INDEX;

InterfaceIndex: The local index value for the network interface. This index value MAY change when a network adapter is disabled and then enabled, or under other circumstances, and need not be persistent.

ServiceType: The type of service (for example: file server, print server, or application server). Commonly used types are described in the following table.

Service Type (Hexadecimal)

Server

0x0000

Unknown

0x0000 — 0x0004

NetWare File Server

0x0000 — 0x0007

NetWare Print Server

0x0006 — 0x0040

Microsoft RPC Server

0x00FF

General SAP Request

ServiceName: The name of the server hosting the service.