HDM_SETIMAGELIST (Windows CE 5.0)

Send Feedback

This message assigns an image list to an existing header control.

HDM_SETIMAGELISTwParam= 0;lParam = (LPARAM)himl;

Parameters

  • himl
    Handle to an image list.
  • lParam
    Not used.

Return Values

Returns the handle to the image list previously associated with the control. The message returns NULL upon failure, or if no image list was set previously.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Header Controls Messages | Header_SetImageList

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.