The IPX_GLOBAL_INFO structure MAY<81> be used to give the global IPX information for the RRAS server. When this structure is encapsulated in RTR_TOC_ENTRY (section 2.2.1.2.4), the InfoType value used MUST be 0x00000009.
typedef struct _IPX_GLOBAL_INFO {
ULONG RoutingTableHashSize;
ULONG EventLogMask;
} IPX_GLOBAL_INFO,
*PIPX_GLOBAL_INFO;
RoutingTableHashSize: The hash size of the IPX routing table.
EventLogMask: Mask to manage event logging on the IPX interface on the RRAS server.