Header_SetImageList

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later
Related message: HDM_SETIMAGELIST

Syntax

HIMAGELIST Header_SetImageList(HWND hwndHD,
HIMAGELIST
himl);

Parameters

hwndHD

Handle to a header control.

himl

Handle to an image list.

Return Values

Returns the handle to the image list previously assigned to the header control, or NULL if there is no previous image list.