2.2.1.2.104 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.105).
-
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
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.