MIB_MULTICASTIPADDRESS_TABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netioapi.h

typedef struct _MIB_MULTICASTIPADDRESS_TABLE {
  ULONG                      NumEntries;
  MIB_MULTICASTIPADDRESS_ROW Table[ANY_SIZE];
} MIB_MULTICASTIPADDRESS_TABLE, *PMIB_MULTICASTIPADDRESS_TABLE;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (mib-multicastipaddress-table)

MIB_MULTICASTIPADDRESS_TABLE structure

The MIB_MULTICASTIPADDRESS_TABLE structure contains a table of multicast IP address entries.

Members

Remarks

The GetMulticastIpAddressTable function enumerates the multicast IP addresses on a local computer and returns this information in an MIB_MULTICASTIPADDRESS_TABLE structure.

The MIB_MULTICASTIPADDRESS_TABLE structure might contain padding for alignment between the NumEntries member and the first MIB_MULTICASTIPADDRESS_ROW array entry in the Table member. Padding for alignment might also be present between the MIB_MULTICASTIPADDRESS_ROW array entries in the Table member. Any access to a MIB_MULTICASTIPADDRESS_ROW array entry should assume padding might exist.

Requirements

Version Available in Windows Vista and later versions of the Windows operating systems.
Header Netioapi.h (include Netioapi.h)

See also

GetMulticastIpAddressTable

MIB_MULTICASTIPADDRESS_ROW