2.2.3.26 GROUP_ENUM_LIST
The GROUP_ENUM_LIST structure is a container for a list of GROUP_ENUM_ENTRY (section 2.2.3.25) structures. This structure encapsulates the results of a call to ApiCreateGroupEnum (section 3.1.4.2.139), which clients use to enumerate the groups in a cluster.
-
typedef struct _GROUP_ENUM_LIST { DWORD EntryCount; [size_is(EntryCount)] GROUP_ENUM_ENTRY Entry[*]; } GROUP_ENUM_LIST, *PGROUP_ENUM_LIST;
EntryCount: The number of GROUP_ENUM_ENTRY structures contained in the Entry field.
Entry: An array of GROUP_ENUM_ENTRY structures that represent information for the groups being enumerated.