Share via


DTM_SETIMAGE

Send Feedback

This message is sent by an application to associate a bitmap with an image.

Syntax

DTM_SETIMAGE
  wParam = 0;
  lParam = (LPARAM)(LPINLINEIMAGEINFO) lpInlineImageInfo;

Parameters

  • lpInlineImageInfo
    Points to an INLINEIMAGEINFO structure that contains information about the bitmap image

Return Values

None

Remarks

This topic is also documented in the Microsoft® Windows® CE SDK. Only the requirements table has changed.

The following example shows how you might use this message.

SendMessage(hWndCtrl, DTM_SETIMAGE, 0, LPARAM(&iii));

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: htmlctrl.h
Library: htmlctrl.lib

See Also

HTML Control API Messages | DTM_IMAGEFAIL | NM_INLINE_IMAGE | INLINEIMAGEINFO | WC_HTML Windows styles

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.