RTM_IPX_ROUTE

[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;
 

Members

RR_TimeStamp
Contains the time that the route entry was created or last updated. This member is set by the Routing Table Manager (RTM). The time is expressed as an NT file time.
RR_RoutingProtocol
Identifies the routing protocol that added the route.
RR_InterfaceID
Identifies the interface through which the route was obtained.
RR_ProtocolSpecificData
A PROTOCOL_SPECIFIC_DATA structure containing memory reserved for routing protocol specific data.
RR_Network
An IPX_NETWORK structure containing an IP network address.
RR_NextHopAddress
An IPX_NEXT_HOP_ADDRESS structure containing the address of the next hop router.
RR_FamilySpecificData
An IPX_SPECIFIC_DATA structure containing IPX protocol-family-specific data.

Remarks

The members of the RTM_IPX_ROUTE structure are all DWORD aligned.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in rtm.h.

See Also

IPX_NETWORK, IPX_NEXT_HOP_ADDRESS, IPX_SPECIFIC_DATA