PyIDirectorySearch Object
A COM interface to ADSI's IDirectorySearch interface.
Derived from PyIUnknown
Methods
- SetSearchPreference
-
- ExecuteSearch
- Executes a search and passes the results to the caller.
Some providers, such as LDAP, will defer the actual execution until the caller invokes the
PyIDirectorySearch::GetFirstRow method or the PyIDirectorySearch::GetNextRow method.
- GetNextRow
-
- GetFirstRow
-
- GetPreviousRow
-
- CloseSearchHandle
- Closes a previously opened search handle.
- AdandonSearch
-
- GetColumn
-
- GetNextColumnName
-