MGM_ENUM_TYPES enumeration (mgm.h)

The MGM_ENUM_TYPES enumeration lists the types of group enumerations that the multicast group manager uses. This structure is used by the MgmGroupEnumerationStart function.

Syntax

typedef enum _MGM_ENUM_TYPES {
  ANY_SOURCE = 0,
  ALL_SOURCES
} MGM_ENUM_TYPES;

Constants

 
ANY_SOURCE
Value: 0
Enumerate group entries that have at least one source.
ALL_SOURCES
Enumerate all source entries for a group.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header mgm.h

See also

MgmGroupEnumerationStart