Contents Index Topic Contents | ||
Previous Topic: ListView_GetExtendedListViewStyle Next Topic: ListView_GetHotCursor |
ListView_GetHeader
HWND ListView_GetHeader( HWND hwndLV );Retrieves the handle to the header control used by a list view control. You can use this macro or send the LVM_GETHEADER message explicitly.
- Returns the handle to the header control.
- hwndLV
- Handle to a list view control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.