ListView_SetWorkAreas

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This macro sets the working area within a list-view control. You can use this macro or send the LVM_SETWORKAREAS message explicitly.

Syntax

#define ListView_SetWorkAreas(hwnd, nWorkAreas, prc) \
  (BOOL)SNDMSG((hwnd), LVM_SETWORKAREAS, (WPARAM)(int)nWorkAreas, \
  (LPARAM)(RECT FAR*)(prc))

Parameters

  • hwnd
    Handle to a list-view control.
  • nWorkAreas
    Specifies the number of RECT structures in the array at lprc. The maximum number of working areas allowed is defined by the LV_MAX_WORKAREAS value.
  • prc
    Pointer to an array of RECT structures that contain the new working areas of the list-view control. Values in these structures are in client coordinates. If this parameter is NULL, there will be no work areas.

Return Value

The return value for this macro is not used.

Requirements

Header Pcommctrl.h
Windows Embedded CE Windows CE .NET 4.2 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

List-View Controls Macros
LVM_SETWORKAREAS
RECT
List-View Controls Macros