Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the search folder as a IShellItem.
HRESULT GetShellItem(
[in] REFIID riid,
[out] void **ppv
);
[in] riid
Type: REFIID
A reference to the desired IID.
[out] ppv
Type: void**
The IShellItem interface pointer specified in riid.
Type: HRESULT
Returns a success value if successful, or an error value otherwise.
When the retrieved IShellItem is enumerated, it returns the search results.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |