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 Overview | Class Members | Hierarchy Chart
See Also CListCtrl::GetNumberOfWorkAreas