|
JWSCL Documentation
|
constructor Create(const aListOwner: TJwSecurityAccessControlList; const aFlags: TJwAceFlags; const anAccessMask: TJwAccessMask; const aSID: TJwSecurityId; ownSID: boolean = True); overload;
|
Parameters |
Description |
|
const aListOwner: TJwSecurityAccessControlList |
retrieves the list owner (including nil). If it is set to a list (not nil) the ACE is added to the list automatically. |
|
const aFlags: TJwAceFlags |
retrieves the ACE flags as a set |
|
const anAccessMask: TJwAccessMask |
retrieves the access mask like GENERIC_ALL |
|
const aSID: TJwSecurityId |
retrieves the SID to be allowed or denied. It can be nil |
|
ownSID: boolean = True |
defines whether the SID given in parameter aSID should be freed automatically. If this SID is a well known SID from unit JwsclKnownSid this parameter is ignored TJwAuditAccessControlEntry |
Create creates a new audit ACE. (SACL). AuditSuccess, AuditFailure are set to False and can be changed afterwards.
|
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!
|