|
JWSCL Documentation
|
function FindSID(const SidInstance: TJwSecurityId; const StartIndex: integer = -1): integer;
|
Parameters |
Description |
|
SID |
defines the SID to be searched for. |
|
iPos |
defines the start position in the list. If -1 the search begins from the beginning. The search always starts with the next ACE given by index iPos. |
Returns the index of the found ACE with the given SID. If the index is out of range, invalid or the SID could not be found the return value is -1 .
FindSID searches for a SID in a access control list.
|
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!
|