2.2.1.2.40 MIB_IPMCAST_IF_ENTRY

The MIB_IPMCAST_IF_ENTRY structure stores information about an IP multicast interface.

 typedef struct _MIB_IPMCAST_IF_ENTRY {
   DWORD dwIfIndex;
   DWORD dwTtl;
   DWORD dwProtocol;
   DWORD dwRateLimit;
   ULONG ulInMcastOctets;
   ULONG ulOutMcastOctets;
 } MIB_IPMCAST_IF_ENTRY,
  *PMIB_IPMCAST_IF_ENTRY;

dwIfIndex: The index of this interface.

dwTtl: The TTL value for this interface.

dwProtocol: The multicast routing protocol  that owns this interface.

dwRateLimit: The rate limit of this interface.

ulInMcastOctets: The number of octets of multicast data received through this interface.

ulOutMcastOctets: The number of octets of multicast data sent through this interface.