|
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 ACE to be allowed or denied. It cannot be nil |
|
ownSID: boolean = True |
Create creates a new ACE. Do not use this constructor. Instead use
|
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!
|