LVM_GETNUMBEROFWORKAREASLVM_GETNUMBEROFWORKAREAS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_GETNEXTITEM
*Next Topic: LVM_GETORIGIN

LVM_GETNUMBEROFWORKAREAS


LVM_GETNUMBEROFWORKAREAS
    wParam = 0;
    lParam = (LPARAM)(LPUINT) lpuWorkAreas;

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

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.