NM_INLINE_IMAGE

This notification message is sent by the HTML viewer control to notify the application to load the image.

NM_INLINE_IMAGE NM_HTMLVIEW *pnmHtmlView = (NM_HTMLVIEW *)lParam; szSRCText = pnmHtmlView->szTarget;
dwCookieValue = pnmHtmlView->dwCookie;

Parameters

  • pnmHtmlView
    Pointer to an NM_HTMLVIEW structure that contains information about the NM_INLINE_IMAGE notification message.
  • szSRCText
    Null-terminated string that contains the text from the SRC parameter of the IMG tag in the HTML text.
  • dwCookieValue
    Specifies a cookie value that must be passed in the DTM_SETIMAGE or DTM_IMAGEFAIL message, from the application to the HTML control.

Return Values

This message does not return a value.

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

DTM_IMAGEFAIL, DTM_SETIMAGE, NM_HTMLVIEW

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.