GROUP_INFORMATION_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSAM_H

//
// SamQueryInformationGroup/SamSetInformationGroup types
//

typedef enum _GROUP_INFORMATION_CLASS
{
    GroupGeneralInformation = 1,        // q: GROUP_GENERAL_INFORMATION
    GroupNameInformation,               // qs: GROUP_NAME_INFORMATION
    GroupAttributeInformation,          // qs: GROUP_ATTRIBUTE_INFORMATION
    GroupAdminCommentInformation,       // qs: GROUP_ADM_COMMENT_INFORMATION
    GroupReplicationInformation,        // q: GROUP_REPLICATION_INFORMATION
    GroupMaxInformation
} GROUP_INFORMATION_CLASS;

#endif

View code on GitHub

NtDoc

This type is documented in the [MS-SAMR] specification.