Share via


LVM_GETWORKAREAS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message retrieves the working areas from a list-view control. You can send this message explicitly by calling the SendMessage function or by using the ListView_GetWorkAreas macro.

Syntax

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

Parameters

  • nWorkAreas
    Specifies the number of RECT structures in the array at lprc.
  • lprc
    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.

Return Value

The return value for this message is not used.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

List-View Controls Messages
SendMessage
ListView_GetWorkAreas
RECT