IShellFolderSearchable interface
This interface performs a search of the Windows Internet Explorer cache to populate a history view.
Members
The IShellFolderSearchable interface inherits from the IUnknown interface. IShellFolderSearchable also has these types of members:
Methods
The IShellFolderSearchable interface has these methods.
| Method | Description |
|---|---|
| FindString |
Initiates a search. |
| Reserved1 |
Reserved for future use. |
| Reserved2 |
Reserved for future use. |
Remarks
This interface is not declared in a public header. Applications must define it themselves. The following Interface Definition Language (IDL) fragment describes this interface, including its IID.
[
object,
uuid("4E1AE66C-204B-11d2-8DB3-0000F87A556C"),
pointer_default(unique),
local,
]
interface IShellFolderSearchable : IUnknown
{
HRESULT FindString([in] LPCWSTR pwszTarget, [in, out, unique] DWORD *pdwFlags,
[in] IUnknown *punkOnAsyncSearch, [out] LPITEMIDLIST *ppidlOut);
HRESULT Reserved1([in] LPCITEMIDLIST pidlSearch, [in, out, unique] DWORD *pdwFlags);
HRESULT Reserved2([in] LPCITEMIDLIST pidlSearch, [in, out, unique] DWORD *pdwFlags);
};
Requirements
|
Minimum supported client |
Windows XP with SP3 |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
DLL |
|
Show: