ListView_GetColumnOrderArrayListView_GetColumnOrderArray*
*



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.

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


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