ISearchFolderItemFactory::SetCondition method (shobjidl_core.h)
Sets the ICondition of the search. When this method is not called, the resulting search will have no filters applied.
Syntax
HRESULT SetCondition(
[in] ICondition *pCondition
);
Parameters
[in] pCondition
Type: ICondition*
A pointer to an ICondition interface.
Return value
Type: HRESULT
Returns S_OK if successful, or an error value otherwise.
Requirements
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) |