The IPX_MIB_ROW union MAY<102> be used to contain information about the IPX interface, route, and service.
typedef union _IPX_MIB_ROW {
IPX_INTERFACE Interface;
IPX_ROUTE Route;
IPX_SERVICE Service;
} IPX_MIB_ROW,
*PIPX_MIB_ROW;
Interface: The IPX_INTERFACE (section 2.2.1.2.108) structure.
Route: The IPX_ROUTE (section 2.2.1.2.109) structure.
Service: The IPX_SERVICE (section 2.2.1.2.120) structure.