Contents Index Topic Contents | ||
Previous Topic: LVM_GETCOLUMN Next Topic: LVM_GETCOLUMNWIDTH |
LVM_GETCOLUMNORDERARRAY
LVM_GETCOLUMNORDERARRAY wParam = (WPARAM) (int) iCount; lParam = (LPARAM) lpiArray;Retrieves the current left-to-right order of columns in a list view control. You can send this message explicitly or use the ListView_GetColumnOrderArray macro.
- 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.
- iCount
- Number of columns in the list view control.
- lpiArray
- Address of an array of integers that receives 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.