Header_GetImageList (Windows CE 5.0)
This macro retrieves the handle to the image list that has been set for an existing header control.
#define Header_GetImageList(hwnd) \ (HIMAGELIST)SNDMSG((hwnd), HDM_GETIMAGELIST, 0, 0)
Parameters
- hwnd
Handle to a header control.
Return Values
Returns the handle to the image list that is set for the header control.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Header Controls Macros | HDM_GETIMAGELIST
Send Feedback on this topic to the authors