LVINSERTGROUPSORTED Structure


This is preliminary documentation and is subject to change.

Used to sort groups.

Syntax

typedef struct LVINSERTGROUPSORTED {
    PFNLVGROUPCOMPARE pfnGroupCompare;
    LPVOID *pvData;
    LV_GROUP lvGroup;
} LVINSERTGROUPSORTED, *PLVINSERTGROUPSORTED;

Members

pfnGroupCompare
Pointer to a compare function used to sort the groups.
pvData
Data to sort.
lvGroup
Group to sort.

Structure Information

HeaderCommctrl.h
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.