LVM_GETWORKAREAS (Windows CE 5.0)

Send Feedback

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.

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

OS Versions: Windows CE .NET 4.2 and later.
Header: Commctrl.h.

See Also

List-View Controls Messages | SendMessage | ListView_GetWorkAreas | RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.