ACL_REVISION_INFORMATION struttura (winnt.h)

La struttura ACL_REVISION_INFORMATION contiene informazioni di revisione su una struttura ACL .

Sintassi

typedef struct _ACL_REVISION_INFORMATION {
  DWORD AclRevision;
} ACL_REVISION_INFORMATION;

Members

AclRevision

Specifica un numero di revisione. Il numero di revisione corrente è ACL_REVISION.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (includere Windows.h)

Vedi anche

ACL

ACL_INFORMATION_CLASS

ACL_SIZE_INFORMATION

GetAclInformation

SetAclInformation