ISearchFolderItemFactory::SetDisplayName method
Sets the search folder display name, as specified.
Syntax
HRESULT SetDisplayName(
[in] LPCWSTR pszDisplayName
);
Parameters
- pszDisplayName [in]
-
Type: LPCWSTR
A pointer to a folder display name as a Unicode string.
Return value
Type: HRESULT
Returns a success value if successful, or an error value otherwise.
Remarks
Calling this method is required. A display name must be set.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: