Location: Symbol Reference > Structs, Records, Enums > TAce Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TAce Record
Pascal
TAce = packed record
  AceType: byte;
  case byte of
    ACCESS_ALLOWED_ACE_TYPE: (accessAllowedAce: TAccessAllowedAce;);
    ACCESS_DENIED_ACE_TYPE: (accessDeniedAce: TAccessDeniedAce;);
    SYSTEM_AUDIT_ACE_TYPE: (systemAuditAce: TSystemAuditAce;);
end;

TAce defines a low level access control entry data structure. It is used to communicate with WinAPI functions.

[hint] migrate to JEDI API LIB

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!