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.
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, , as described in the Platform SDK.
Example
See the example for CListCtrl::GetColumnOrderArray.
CListCtrl Overview | Class Members | Hierarchy Chart
See Also CListCtrl::GetColumnOrderArray