ListView_GetNumberOfWorkAreasListView_GetNumberOfWorkAreas*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_GetNextItem
*Next Topic: ListView_GetOrigin

ListView_GetNumberOfWorkAreas


BOOL ListView_GetNumberOfWorkAreas(
    HWND hwndLV,
    LPUINT lpuWorkAreas
);

Retrieves the number of working areas in a list view control. You can use this macro or send the LVM_GETNUMBEROFWORKAREAS message explicitly.

hwndLV
Handle to the list view control.
lpuWorkAreas
Address of 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.

Version 4.71


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