Function
EN
Version 10.02
@ADSISearchPreferencesArrayApply
Internet
Syntax
@ADSISearchPreferencesArrayApply(ADSIHANDLE;ADSISPARRAY);
Description
Applies the search preferences array ADSISPARRAY that was created via @ADSISearchPreferencesArrayInit was created to an ADSIHANDLE and thereby assigns the preferences.
Returns TRUE or @Error;
ADSIHANDLE:
ADSIHANDLE through which the connection was opened via @ADSIOpenSearchObject to the DC was established.
Example: @ADSISearchPreferencesArrayApply(ADSIHANDLE;ADSISPARRAY);
Ret:=@ADSISearchPreferencesArrayAddScope(ADSISearchPrefs;2);Ret:=@ADSISearchPreferencesArrayApply(ADSIObj;ADSISearchPrefs);
This example outputs the data from all columns of all user objects for the DC "mycompany" to the ApiLog (limited to MaxRows=11).
Note : This text was machine-translated and may contain inaccuracies.
