Location: Symbol Reference > Structs, Records, Enums > TJwAceFlag Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwAceFlag Enumeration
Pascal
TJwAceFlag = (
  afObjectInheritAce,
  afContainerInheritAce,
  afNoPropagateInheritAce,
  afInheritOnlyAce,
  afInheritedAce,
  afValidInheritFlags,
  afSuccessfulAccessAceFlag,
  afFailedAccessAceFlag
);
Members 
Description 
afObjectInheritAce 
e.g. inherit ACE to this folder and its sub files 
afContainerInheritAce 
e.g. inherit ACE to this folder sub folders 
afNoPropagateInheritAce 
If enabled for an inheritable ACE, it says that when the ACE is copied to any children the child's copy should have all inheritance flags turned off, which prevents the ACE from flowing to grandchildren. by Keith GuideBook 
afInheritOnlyAce 
e.g. inherit ACE not to this folder 
afInheritedAce 
if set, the ACE is inherited from a parent (it is an indirect ACE) 
afValidInheritFlags 
unknown, TBD 
afSuccessfulAccessAceFlag 
this flag defines an successfull audit ACE entry 
afFailedAccessAceFlag 
this flag defines an failure audit ACE entry 

This is record TJwAceFlag.

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!