Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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 |