HDM_SETIMAGELIST

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later
Related macro: Header_SetImageList

Syntax

HDM_SETIMAGELIST wParam = 0; lParam = (LPARAM) himl;

Parameters

himl

Handle to an image list

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.