CListCtrl::GetColumn

BOOL GetColumn( int nCol, LVCOLUMN* pColumn ) const;

Return Value

Nonzero if successful; otherwise zero.

Parameters

nCol

Index of the column whose attributes are to be retrieved.

pColumn

Address of an LVCOLUMN structure that specifies the information to retrieve and receives information about the column. The mask member specifies which column attributes to retrieve. If the mask member specifies the LVCF_TEXT value, the pszText member must contain the address of the buffer that receives the item text and the cchTextMax member must specify the size of the buffer.

Remarks

Retrieves the attributes of a list view control’s column.

The LVCOLUMN structure contains information about a column in report view.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::SetColumn, CListCtrl::GetColumnWidth