Share via


énumération ACL_INFORMATION_CLASS (winnt.h)

L’énumération ACL_INFORMATION_CLASS contient des valeurs qui spécifient le type d’informations affectées ou récupérées à partir d’une liste de contrôle d’accès (ACL).

Syntax

typedef enum _ACL_INFORMATION_CLASS {
  AclRevisionInformation = 1,
  AclSizeInformation
} ACL_INFORMATION_CLASS;

Constantes

 
AclRevisionInformation
Valeur : 1
Indique les informations de révision de la liste de contrôle d’accès.
AclSizeInformation
Indique des informations sur la taille de la liste de contrôle d’accès.

Configuration requise

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête winnt.h (inclure Windows.h)

Voir aussi

ACL

ACL_REVISION_INFORMATION

ACL_SIZE_INFORMATION

Vue d’ensemble du contrôle d’accès

Énumérations d’autorisation

GetAclInformation

SetAclInformation