[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3305
type IDirectorySearch = interface(IUnknown) |
function SetSearchPreference(); |
function ExecuteSearch(); |
function AbandonSearch(); |
function GetFirstRow(); |
function GetNextRow(); |
function GetPreviousRow(); |
function GetNextColumnName(); |
function GetColumn(); |
function FreeColumn(); |
function CloseSearchHandle(); |
end; |
| |
IInterface |