Share via


NM_TITLECHANGE

4/8/2010

This notification message is sent by the HTML viewer control when the document title changes. The document title is reset first to NULL, then the new title is applied.

Syntax

NM_TITLECHANGE
NM_HTMLVIEW * pnmHTMLView = (NM_HTMLVIEW *)lParam;
szTitle = pnmHTMLView->szTarget;

Parameters

  • pnmHTMLView
    Points to an NM_HTMLVIEW structure that contains information about the NM_TITLECHANGE notification message.
  • szTitle
    A null-terminated string that contains the document title.

Return Value

The return value is ignored by the control.

Remarks

This notification can also be sent when the user clicks an intra-document link.

Requirements

Header htmlctrl.h
Library htmlctrl.lib
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

HTML Control API Notifications
NM_HTMLVIEWA
NM_HTMLVIEWW
NM_TITLE