NM_TITLE

Send Feedback

This notification message is sent by the HTML viewer control to notify the application and provide the title of the HTML document.

Syntax

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

Parameters

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

Return Values

If the application handles this message it should return a non-zero result. Passing a zero result to the HTML control will result in the default control handling to occur.

Remarks

The HTML control does not send the NM_TITLE message if the TITLE tag is missing from the HTML document.

This topic is also documented in the Microsoft® Windows® CE SDK. Only the requirements table and the Return Values have changed.

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_TITLECHANGE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.