2.2.1.2.101 STATIC_ROUTES_TABLE_INDEX

The STATIC_ROUTES_TABLE_INDEX structure MAY<92> be used to specify the index within the static routes table. It is used in IPX_MIB_INDEX (section 2.2.1.2.104)

 typedef struct _STATIC_ROUTES_TABLE_INDEX {
   ULONG InterfaceIndex;
   UCHAR Network[4];
 } STATIC_ROUTES_TABLE_INDEX,
  *PSTATIC_ROUTES_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.

Network: This MUST be the 4-byte IPX network number in hexadecimal (8 hexadecimal digits).