CListCtrl::GetWorkAreas

void GetWorkAreas( int nWorkAreas, LPRECT prc ) const;

Parameters

nWorkAreas

The number of RECT structures contained in the prc array.

prc

A pointer to an array of RECT structures (or CRect objects) that receive the working areas of the list view control. Values in these structures are in client coordinates.

Remarks

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

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::GetNumberOfWorkAreas