This topic has not yet been rated - Rate this topic

IBrowserService::GetTitle method

Deprecated. Retrieves the title of a browser window.

Syntax


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

Parameters

psv [in]

Type: IShellView*

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

pszName [out]

Type: LPWSTR

A pointer to a buffer that receives the title.

cchName [in]

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

Product

Internet Explorer 4.0

Header

Shdeprecated.h

IDL

Shdeprecated.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.