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.
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
Send Feedback on this topic to the authors