2.2.1.2.104 IPX_MIB_INDEX
The IPX_MIB_INDEX union MAY<95> be used in the IPX_MIB_GET_INPUT_DATA (section 2.2.1.2.105) structure to specify the MIB index for which the query is made.
-
typedef union _IPX_MIB_INDEX { IF_TABLE_INDEX InterfaceTableIndex; ROUTING_TABLE_INDEX RoutingTableIndex; STATIC_ROUTES_TABLE_INDEX StaticRoutesTableIndex; SERVICES_TABLE_INDEX ServicesTableIndex; STATIC_SERVICES_TABLE_INDEX StaticServicesTableIndex; } IPX_MIB_INDEX, *PIPX_MIB_INDEX;
InterfaceTableIndex: Gives the MIB index within the interface table, as specified in section 2.2.1.2.99.
RoutingTableIndex: Gives the MIB index within the routing table, as specified in section 2.2.1.2.100.
StaticRoutesTableIndex: Gives the MIB index within the static routes table, as specified in section 2.2.1.2.101.
ServicesTableIndex: Gives the MIB index within the services table, as specified in section 2.2.1.2.102.
StaticServicesTableIndex: Gives the MIB index within the static services table, as specified in section 2.2.1.2.103.