CListCtrl::GetColumnOrderArray

BOOL GetColumnOrderArray( LPINT piArray, int iCount = -1 );

Return Value

Nonzero if successful; otherwise zero.

Parameters

piArray

A pointer to a buffer that will contain the index values of the columns in the list view control. 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. If this parameter is -1, the number of columns is automatically retrieved by the framework.

Remarks

This member function implements the behavior of the Win32 macro, ListView_GetColumnOrderArray, as described in the Platform SDK.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::SetColumnOrderArray