ListView_SetWorkAreasListView_SetWorkAreas*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_SetUnicodeFormat
*Next Topic: ListView_SortItems

ListView_SetWorkAreas


void ListView_SetWorkAreas(
    HWND hwndLV,
    INT nWorkAreas,
    LPRECT lprc
);

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

hwndLV
Handle to a list view control.
nWorkAreas
Number of RECT structures in the array at lprc. The maximum number of working areas allowed is defined by the LV_MAX_WORKAREAS value.
lprc
Address of 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, the working area will be set to the client area of the control. nWorkAreas specifies the number of structures in this array.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.