Contents Index Topic Contents | ||
Previous Topic: ListView_GetColumn Next Topic: ListView_GetColumnWidth |
ListView_GetColumnOrderArray
BOOL ListView_GetColumnOrderArray( HWND hwndLV, int iCount, int *lpiArray );Retrieves the current left-to-right order of columns in a list view control. You can use this macro or send the LVM_GETCOLUMNORDERARRAY message explicitly.
- If successful, returns nonzero and the buffer at lpiArray receives the column index of each column in the control in the order they appear from left to right. Otherwise, the return value is zero.
- hwndLV
- Handle to a list view control.
- iCount
- Number of columns in the list view control.
- lpiArray
- Address of an array of integers that will receive the index values of the columns in the list view control. The array must be large enough to hold iCount elements.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.