Share via


LVINSERTGROUPSORTED (Windows CE 5.0)

Send Feedback

This structure is used to sort groups. It is used with LVM_INSERTGROUPSORTED.

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

Members

  • pfnGroupCompare
    Pointer to application-defined function LVGroupCompare that is used to sort the groups.
  • pvData
    Data to sort; this is application-defined.
  • lvGroup
    Group to sort; this is application-defined.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

List-View Controls Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.