LVM_GETNUMBEROFWORKAREAS (Windows Embedded CE 6.0)
1/6/2010
This message retrieves the number of list-view working areas in a list-view control. You can send this message explicitly by calling the SendMessage function or by using the ListView_GetNumberOfWorkAreas macro.
Syntax
LVM_GETNUMBEROFWORKAREAS
wParam = 0;
lParam = (LPARAM) (LPUINT) lpuWorkAreas;
Parameters
- wParam
Set this value to zero.
- lpuWorkAreas
Pointer to a UINT value that receives the number of working areas in the list-view control. If zero is placed in this variable, then no working areas are currently set. This value cannot be NULL.
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_GetNumberOfWorkAreas