ACL_INFORMATION_CLASS enumeración (winnt.h)
La enumeración ACL_INFORMATION_CLASS contiene valores que especifican el tipo de información que se asigna o recupera de una lista de control de acceso (ACL).
Syntax
typedef enum _ACL_INFORMATION_CLASS {
AclRevisionInformation = 1,
AclSizeInformation
} ACL_INFORMATION_CLASS;
Constantes
AclRevisionInformation Valor: 1 Indica información de revisión de ACL. |
AclSizeInformation Indica información de tamaño de ACL. |
Requisitos
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | winnt.h (incluye Windows.h) |