|
Searches for file-system entries within the given searchRoot, matching the given pattern, according to the given flags.
- Parameters:
-
host |
The host on which to search |
username |
The username with which to gain access |
password |
The password with which to gain access |
searchRoot |
The root directory of the search. If null, or the empty string, the current directory is assumed |
pattern |
The search pattern, e.g. "recls*.*" |
flags |
A combination of RECLS_FLAG flags which moderate the search |
results |
A pointer to an IUnknown pointer, into which will be passed the collection (ISearchCollection) representing the results |
- Note:
-
Returns an object implementing the ISearchCollection interface
|