Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SOURCEValue: 0 Enumerate group entries that have at least one source. |
ALL_SOURCESEnumerate 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 |