This notification message is sent by the HTML viewer control to notify the application to load the image.
At a Glance
Header file: | Htmlctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
NM_INLINE_IMAGE NM_HTMLVIEW *pnmHtmlView = (NM_HTMLVIEW *)lParam; szSRCText = pnmHtmlView->szTarget; dwCookieValue = pnmHtmlView->dwCookie; switch(pnmHtmlView->hdr.code) { case NM_INLINE_IMAGE: };
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.
See Also