IBrowserService::GetTitle method (shdeprecated.h)

Deprecated. Retrieves the title of a browser window.

Syntax

HRESULT GetTitle(
  [in]  IShellView *psv,
  [out] LPWSTR     pszName,
  [in]  DWORD      cchName
);

Parameters

[in] psv

Type: IShellView*

A pointer to an IShellView that represents the browser's current view.

[out] pszName

Type: LPWSTR

A pointer to a buffer that receives the title.

[in] cchName

Type: DWORD

The size, in characters, of the buffer pointed to by pszName.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header shdeprecated.h