Share via


LVM_GETWORKAREAS (Compact 2013)

3/28/2014

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

See Also

Reference

List-View Controls Messages
SendMessage
ListView_GetWorkAreas
RECT