LVM_GETCOLUMNORDERARRAYLVM_GETCOLUMNORDERARRAY*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.