LVINSERTGROUPSORTED

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

List-View Controls Structures