[This is preliminary documentation and subject to change.]
The RTM_IPX_ROUTE structure contains information that describes a route for the IPX protocol family.
typedef struct _RTM_IPX_ROUTE {
FILETIME RR_TimeStamp;
DWORD RR_RoutingProtocol;
DWORD RR_InterfaceID;
PROTOCOL_SPECIFIC_DATA RR_ProtocolSpecificData;
IPX_NETWORK RR_Network;
IPX_NEXT_HOP_ADDRESS RR_NextHopAddress;
IPX_SPECIFIC_DATA RR_FamilySpecificData;
} RTM_IPX_ROUTE, * PRTM_IPX_ROUTE;
The members of the RTM_IPX_ROUTE structure are all DWORD aligned.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in rtm.h.