LVM_GETWORKAREAS (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
List-View Controls Messages
SendMessage
ListView_GetWorkAreas
RECT