Share via


IP_MCAST_COUNTER_INFO (Compact 2013)

3/26/2014

This structure stores statistical information about Multicast traffic.

Syntax

typedef struct _IP_MCAST_COUNTER_INFO {
  ULONG64 InMcastOctets;
  ULONG64 OutMcastOctets;
  ULONG64 InMcastPkts;
  ULONG64 OutMcastPkts;
} IP_MCAST_COUNTER_INFO,
  *PIP_MCAST_COUNTER_INFO;

Members

  • InMcastOctets
    The number of multicast octets received.
  • OutMcastOctets
    The number of multicast octets transmitted.
  • InMcastPkts
    The number of multicast packets received.
  • OutMcastPkts
    The number of multicast packets transmitted.

Remarks

This structure is defined in the Ipexport.h header file which is automatically included in the Iphlpapi.h header file. The Ipexport.h header file should never be used directly.

See Also

Reference

IP Helper Structures