estructura ACL_REVISION_INFORMATION (winnt.h)

La estructura ACL_REVISION_INFORMATION contiene información de revisión sobre una estructura de ACL .

Sintaxis

typedef struct _ACL_REVISION_INFORMATION {
  DWORD AclRevision;
} ACL_REVISION_INFORMATION;

Miembros

AclRevision

Especifica un número de revisión. El número de revisión actual es ACL_REVISION.

Requisitos

Requisito Value
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)

Consulte también

ACL

ACL_INFORMATION_CLASS

ACL_SIZE_INFORMATION

GetAclInformation

SetAclInformation