MIB_MULTICASTIPADDRESS_ROW - NtDoc

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

typedef struct _MIB_MULTICASTIPADDRESS_ROW {
  SOCKADDR_INET Address;
  NET_IFINDEX   InterfaceIndex;
  NET_LUID      InterfaceLuid;
  SCOPE_ID      ScopeId;
} MIB_MULTICASTIPADDRESS_ROW, *PMIB_MULTICASTIPADDRESS_ROW;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (mib-multicastipaddress-row)

MIB_MULTICASTIPADDRESS_ROW structure

The MIB_MULTICASTIPADDRESS_ROW structure stores information about a multicast IP address.

Members

Remarks

The GetMulticastIpAddressTable function enumerates the multicast IP addresses on a local computer and returns this information in a MIB_MULTICASTIPADDRESS_TABLE structure. The GetMulticastIpAddressEntry function retrieves a single multicast IP address and returns this information in a MIB_MULTICASTIPADDRESS_ROW structure.

Requirements

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

See also

FlushIpPathTable

GetIpPathEntry

GetIpPathTable

GetMulticastIpAddressTable

MIB_IPPATH_ROW

MIB_MULTICASTIPADDRESS_TABLE