TJwOnGetInheriteSource = function (Sender: TJwSecurityDescriptorDialog; const Info: TJwSecurityInformationFlagSet; const ACL: TJwSecurityAccessControlList; var InheritanceArray: TJwInheritedFromArray) : Cardinal of object;
|
Parameters |
Description |
|
Sender |
Contains the dialog instance that called this callback message. |
|
Info |
Defines which security information (SACL or DACL) must be processed. |
|
ACL |
Defines the ACL which inheritance must be retrieved. |
|
InheritanceArray |
This array receives the inheritance sources for all entries of the ACL. If the AncestorName is empty, the source is automatically a parent. The SID member of the array elements is not used. If the AncestorName is empty the ACL editor automatically sets the display string to
|
The function must return S_OK if the inheritance source could be retrieved. Otherwise S_FALSE.
TJwOnGetInheriteSource is a callback function that is called if the ACL editor needs the source of inheritance for a list of access control entries. The parameter ACL contains the entries which inheritance must be retrieved. The parameter InheritanceArray receives the inheritance strings. It is resized to the count of access control entries.
|
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!
|