ListView_GetWorkAreasListView_GetWorkAreas*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_GetViewRect
*Next Topic: ListView_HitTest

ListView_GetWorkAreas


void ListView_GetWorkAreas(
    HWND hwndLV,
    INT nWorkAreas,
    LPRECT lprc
);

Retrieves the working areas from a list view control. You can use this macro, or send the LVM_GETWORKAREAS message explicitly.

hwndLV
Handle to the list view control.
nWorkAreas
The number of RECT structures in the array at lprc.
lprc
Address of an array of RECT structures that receive the working areas of the list view control. Values in these structures are in client coordinates. nWorkAreas specifies the number of structures in this array.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.