NM_META

4/8/2010

This notification message is sent by the HTML viewer control to notify the application and provide the HTTP-EQUIV and CONTENT parameters of the META tag in the HTML document.

Syntax

NM_META
NM_HTMLVIEW * pnmHTMLView = (NM_HTMLVIEW *)lParam;
szHTTPEQUIV = pnmHTMLView->szTarget;
szCONTENT = pnmHTMLView->szData;

Parameters

  • pnmHTMLView
    Points to an NM_HTMLVIEW structure that contains information about the NM_META notification message.
  • szHTTPEQUIV
    A null-terminated string that contains the contents of the HTTP-EQUIV parameter of the META tag in the HTML document.
  • szCONTENT
    A null-terminated string that contains the contents of the CONTENT parameter of the META tag in the HTML document.

Return Value

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_META message if the META tag is missing from the HTML document.

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