NM_IMAGE_FAILED

4/8/2010

This notification message is sent by the HTML viewer control to notify the application that an IMG XHTML Element failed to load an image from the specified URL.

Syntax

NM_IMAGE_FAILED
NM_HTMLVIEW * pnmHTMLView = (NM_HTMLVIEW *)lParam;

Parameters

  • pnmHTMLView
    Points to an NM_HTMLVIEW structure that contains information about the NM_IMAGE_FAILED notification message.

    The szTarget member of this structure will contain a null-terminated string that contains the contents of the SRC attribute of the <img> tag.

Return Value

The return value is ignored by the control.

Requirements

Header htmlctrl.h
Library htmlctrl.lib
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later

See Also

Reference

HTML Control API Notifications
DTM_IMAGEFAIL
DTM_SETIMAGE
NM_HTMLVIEWA
NM_HTMLVIEWW