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