The RIP_INTERFACE structure contains information about a specific RIP interface. This structure is returned as part of the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _RIP_INTERFACE {
ULONG InterfaceIndex;
RIP_IF_INFO RipIfInfo;
RIP_IF_STATS RipIfStats;
} RIP_INTERFACE,
*PRIP_INTERFACE;
InterfaceIndex: This MUST be the interface index of the interface.
RipIfInfo: This MUST be the RIP_IF_INFO (section 2.2.1.2.205) structure.
RipIfStats: This MUST be the RIP_IF_STATS (section 2.2.1.2.123) structure.