2.2.5.6 SAMPR_ALIAS_INFO_BUFFER

The SAMPR_ALIAS_INFO_BUFFER union combines all possible structures used in the SamrSetInformationAlias and SamrQueryInformationAlias methods. For information on each field, see the associated section for the field structure.

 typedef 
 [switch_type(ALIAS_INFORMATION_CLASS)] 
 union _SAMPR_ALIAS_INFO_BUFFER {
   [case(AliasGeneralInformation)] 
     SAMPR_ALIAS_GENERAL_INFORMATION General;
   [case(AliasNameInformation)] 
     SAMPR_ALIAS_NAME_INFORMATION Name;
   [case(AliasAdminCommentInformation)] 
     SAMPR_ALIAS_ADM_COMMENT_INFORMATION AdminComment;
 } SAMPR_ALIAS_INFO_BUFFER,
  *PSAMPR_ALIAS_INFO_BUFFER;