Share via


LVM_GETNUMBEROFWORKAREAS (Compact 2013)

3/28/2014

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

See Also

Reference

List-View Controls Messages
SendMessage
ListView_GetNumberOfWorkAreas