NM_TITLECHANGE

Send Feedback

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 Values

The return value is ignored by the control.

Remarks

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

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: htmlctrl.h
Library: htmlctrl.lib

See Also

HTML Control API Notifications | NM_HTMLVIEWA | NM_HTMLVIEWW | NM_TITLE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.