Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the group header image list that has been set for an existing list-view control.
Syntax
HIMAGELIST ListView_GetGroupHeaderImageList(
  [in] HWND hwnd
);
Parameters
[in] hwnd
Type: HWND
A handle to the list-view control.
Return value
Type: HIMAGELIST
Returns the handle to the group header image list if successful, or NULL otherwise.
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 |