2.2.1.2.102 SERVICES_TABLE_INDEX

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

 typedef struct _SERVICES_TABLE_INDEX {
   USHORT ServiceType;
   UCHAR ServiceName[48];
 } SERVICES_TABLE_INDEX,
  *PSERVICES_TABLE_INDEX;

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.