IASHTMLControlNotifySink::Title

This method is invoked when a title is encountered.

Syntax

HRESULT Title( IASHTMLControl *pControl BSTR bstrTitle );

Parameters

pControl
Pointer to the active HTML control.
bstrTitle
HTML-formatted title string.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.