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 ALIAS_INFORMATION_CLASS enumeration indicates how to interpret the Buffer parameter for SamrQueryInformationAlias and SamrSetInformationAlias. For a list of the structures associated with each enumeration, see section 2.2.5.6.
-
typedef enum _ALIAS_INFORMATION_CLASS { AliasGeneralInformation = 1, AliasNameInformation, AliasAdminCommentInformation } ALIAS_INFORMATION_CLASS;
AliasGeneralInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_ALIAS_GENERAL_INFORMATION structure (see section 2.2.5.2).
AliasNameInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_ALIAS_NAME_INFORMATION structure (see section 2.2.5.3).
AliasAdminCommentInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_ALIAS_ADM_COMMENT_INFORMATION structure (see section 2.2.5.4).