Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This message retrieves the current left-to-right order of columns in a list-view control.
Syntax
LVM_GETCOLUMNORDERARRAY wParam = (WPARAM) (int) iCount;
lParam = (LPARAM) lpiArray;
Parameters
- iCount
Number of columns in the list-view control.
- lpiArray
Long pointer to a buffer that receives the index values of the columns in the list-view control. The buffer must be large enough to hold the total number of columns * sizeof(int).
Return Value
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.
Requirements
| Header | commctrl.h |
| Windows Embedded CE | Windows CE 1.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |