IFolderWithSearchRoot

IID_IFolderWithSearchRoot {4CA18419-902A-4F03-8DB4-B24D218AC5AA}

The IFolderWithSearchRoot methods are (as ordered in the virtual function table after the IUnknown methods):

Offset Method
0x0C GetScopeAndSubQueries
0x10 GetSearchRoot

with prototypes:

HRESULT GetScopeAndSubQueries (INT, IScope **, IShellItemArray **);
HRESULT GetSearchRoot (IShellItem **);

in which IScope is an undocumented interface.

Availability

The IFolderWithSearchRoot interface is implemented in SHELL32.DLL in the version 6.00 from Windows Vista, and higher.

Though new for Windows Vista, this interface is not documented by Microsoft in the January 2007 edition of the Software Development Kit (SDK) for Windows Vista.