Source position: jwawinldap.pas line 1185
function ldap_search_ext_s( |
ld: PLDAP; |
base: PChar; |
scope: ULONG; |
filter: PChar; |
attrs: PChar; |
attrsonly: ULONG; |
ServerControls: PPLDAPControl; |
ClientControls: PPLDAPControl; |
timeout: PLDAPTimeVal; |
SizeLimit: ULONG; |
var res: PLDAPMessage |
):ULONG; |