2.2.1.2.103 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.105).
-
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
0x00
Unknown
0x00 — 0x04
NetWare file server
0x00 — 0x07
NetWare print server
0x06 — 0x40
Microsoft RPC server
0xFF
General SAP request
ServiceName: The name of the server hosting the service.