NM_META

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.

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

Parameters

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

Return Values

This message does not return a value.

Remarks

The HTML control sends the NM_TITLE message once for each META tag in the HTML document.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Htmlctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

NM_HTMLVIEW

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.