IP_MCAST_COUNTER_INFO structure (ipexport.h)

The IP_MCAST_COUNTER_INFO 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.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header ipexport.h (include Iphlpapi.h)

See also

IP Helper Start Page

IP Helper Structures