MIB_IPMCAST_IF_ENTRY (Compact 2013)

3/26/2014

This structure stores information about an IP multicast interface.

Syntax

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;

Members

  • dwIfIndex
    The index of this interface.
  • dwTtl
    The Time to Live 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 that is received through this interface.
  • ulOutMcastOctets
    The number of octets of multicast data sent through this interface.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
MIB_IPMCAST_IF_TABLE