Share via


LVM_SETCOLUMNORDERARRAY

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message sets the left-to-right order of columns in a list-view control.

Syntax

LVM_SETCOLUMNORDERARRAY wParam = (WPARAM) (int) iCount;
    lParam = (LPARAM) (LPINT) lpiArray;

Parameters

  • iCount
    Size, in elements, of the buffer at lpiArray.
  • lpiArray
    Long pointer to an array that specifies the order in which columns should be displayed, in left-to-right order. For example, if the contents of the array are {2,0,1}, the control displays column 2, column 0, and column 1 in that order.

Return Value

Nonzero indicates success. Zero indicates otherwise.

Remarks

Related macro: ListView_SetColumnOrderArray

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ListView_SetColumnOrderArray
List-View Controls Messages