Share via


ISearchCatalogManager::get_Name Method

Gets the name of the current catalog.

Syntax

HRESULT get_Name(      
    LPCWSTR *pszName
);

Parameters

  • pszName
    [out, retval] Receives a pointer to a null-terminated Unicode buffer that contains the name of the current catalog.

Return Value

Returns S_OK if successful, or an error value otherwise.