BOOL SetColumnOrderArray( int iCount, LPINT piArray );
Return Value
Nonzero if successful; otherwise zero.
Parameters
piArray
A pointer to a buffer containing the index values of the columns in the list view control (from left to right). The buffer must be large enough to contain the total number of columns in the list view control.
iCount
Number of columns in the list view control.
Remarks
This member function implements the behavior of the Win32 macro, ListView_SetColumnOrderArray, as described in the Platform SDK.
CListCtrl Overview | Class Members | Hierarchy Chart
See Also CListCtrl::GetColumnOrderArray