LVM_GETWORKAREAS message

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

Parameters

wParam

The number of RECT structures in the array at lParam.

lParam

Pointer to an array of RECT structures that receive the current working areas of the list-view control. Values in these structures are in client coordinates. wParam specifies the number of structures in this array.

Return value

The return value for this message is not used.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

Using List-View Controls