2.2.1.2.161 IPRIP_MIB_GET_INPUT_DATA

The IPRIP_MIB_GET_INPUT_DATA structure is passed as input data for the following methods:

All the IP addresses MUST be in network order.

 typedef struct _IPRIP_MIB_GET_INPUT_DATA {
   DWORD IMGID_TypeID;
   union {
     DWORD IMGID_IfIndex;
     DWORD IMGID_PeerAddress;
   };
 } IPRIP_MIB_GET_INPUT_DATA,
  *PIPRIP_MIB_GET_INPUT_DATA;

IMGID_TypeID: This MUST be one of the following values.

Value

Meaning

IPRIP_GLOBAL_STATS_ID

0x00000000

The global statistics for the Microsoft Internet Protocol Routing Information Protocol (IPRIP).

IPRIP_GLOBAL_CONFIG_ID

0x00000001

The global configuration for the IPRIP.

IPRIP_IF_STATS_ID

0x00000002

The per-interface statistics for the IPRIP.

IPRIP_IF_CONFIG_ID

0x00000003

The per-interface configuration.

IPRIP_IF_BINDING_ID

0x00000004

The table of IP addresses to which each interface is bound.

IPRIP_PEER_STATS_ID

0x00000005

The statistics kept about neighboring routers.

(unnamed union): The interface index or peer IP address for which data specified by IMGID_TypeID needs to be retrieved.