ISearchFolderItemFactory::SetCondition method
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
- pCondition [in]
-
Type: ICondition*
A pointer to an ICondition interface.
Return value
Type: HRESULT
Returns S_OK if successful, or an error value otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: