ListView_GetGroupHeaderImageList macro (commctrl.h)

Gets the group header image list that has been set for an existing list-view control.

Syntax

void ListView_GetGroupHeaderImageList(
  [in]  hwnd
);

Parameters

[in] hwnd

Type: HWND

A handle to the list-view control.

Return value

None

Remarks

To specify an image list another way, such as, by large icons, small icons, or state images, send the LVM_GETIMAGELIST message explicitly.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header commctrl.h