LVM_GETWORKAREASLVM_GETWORKAREAS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_GETVIEWRECT
*Next Topic: LVM_HITTEST

LVM_GETWORKAREAS


LVM_GETWORKAREAS
    wParam = (WPARAM)(INT) nWorkAreas;
    lParam = (LPARAM)(LPRECT) lprc;

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

nWorkAreas
The number of RECT structures in the array at lprc.
lprc
Address of an array of RECT structures that receive the current 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.