2.2.1.2.39 MIB_IPMCAST_GLOBAL

The MIB_IPMCAST_GLOBAL structure stores global information for IP multicast on a specific computer.

 typedef struct _MIB_IPMCAST_GLOBAL {
   DWORD dwEnable;
 } MIB_IPMCAST_GLOBAL,
  *PMIB_IPMCAST_GLOBAL;

dwEnable: Specifies whether or not IP multicast is enabled on the computer. This value is set to 1 if IP multicast is enabled on the computer and is set to 2 if IP multicast is not enabled on the computer.