IFileOpenDialog::SetTitle Method

Sets the title of the dialog.

Syntax

HRESULT SetTitle(      
    LPCWSTR pszTitle
);

Parameters

  • pszTitle
    [in] A pointer to a buffer that contains the title text.

Return Value

Returns S_OK if successful, or an error value otherwise.