|
ShellBrowser Delphi Components Documentation
|
Checks if a given
TWin32FindData record matches the search options.
function Matches(const pWin32FindData: TWin32FindDataW; const pFolderPath: UnicodeString): Boolean; virtual;
|
Parameters |
Description |
|
const pWin32FindData: TWin32FindDataW |
A TWin32FindData record that should be matched again this search options. |
|
const pFolderPath: UnicodeString |
The path to the folder in which the obejct resides. |
True if the given record matches the search options.