Header_GetImageList

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This macro retrieves the handle to the image list that has been set for an existing header control.

Syntax

#define Header_GetImageList(hwnd) \
                       (HIMAGELIST)SNDMSG((hwnd), HDM_GETIMAGELIST, 0, 0)

Parameters

  • hwnd
    Handle to a header control.

Return Value

Returns the handle to the image list that is set for the header control.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Header Controls Macros
HDM_GETIMAGELIST