Header_SetImageList (Windows CE 5.0)
This macro assigns an image list to an existing header control.
#define Header_SetImageList(hwnd, himl) \ (HIMAGELIST)SNDMSG((hwnd), HDM_SETIMAGELIST, 0, (LPARAM)himl)
Parameters
- hwnd
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.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Header Controls Macros | HDM_SETIMAGELIST
Send Feedback on this topic to the authors