Rediger

Del via


RTM_IPX_ROUTE structure

[This API has been superseded by the Routing Table Manager Version 2 API and will not be available beyond Windows Server 2003. Applications should use the Routing Table Manager Version 2 API.]

The RTM_IPX_ROUTE structure contains information that describes a route for the IPX protocol family.

Syntax

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

Specifies the time that the route entry was created or last updated. This member is set by the routing table manager. The time is expressed as a FILETIME structure.

RR_RoutingProtocol

Specifies the routing protocol that added the route.

RR_InterfaceID

Specifies the interface through which the route was obtained.

RR_ProtocolSpecificData

Specifies a PROTOCOL_SPECIFIC_DATA structure containing memory reserved for data specific to routing protocols.

RR_Network

Specifies an IPX_NETWORK structure that contains an IP network address.

RR_NextHopAddress

Specifies an IPX_NEXT_HOP_ADDRESS structure that contains the address of the next-hop router.

RR_FamilySpecificData

Specifies an IPX_SPECIFIC_DATA structure that contains data specific to the IPX protocol family.

Remarks

The members of the RTM_IPX_ROUTE structure are all DWORD aligned.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
End of server support
Windows Server 2003
Header
Rtm.h

See also

Routing Table Manager Version 1 Reference

Routing Table Manager Version_1_Structures

IPX_NETWORK

IPX_NEXT_HOP_ADDRESS

IPX_SPECIFIC_DATA