LVINSERTGROUPSORTED structure (commctrl.h)
Used to sort groups. It is used with LVM_INSERTGROUPSORTED.
Syntax
typedef struct tagLVINSERTGROUPSORTED {
PFNLVGROUPCOMPARE pfnGroupCompare;
void *pvData;
LVGROUP lvGroup;
} LVINSERTGROUPSORTED, *PLVINSERTGROUPSORTED;
Members
pfnGroupCompare
Type: PFNLVGROUPCOMPARE
Pointer to application-defined function LVGroupCompare that is used to sort the groups.
pvData
Type: LPVOID*
Data to sort; this is application-defined.
lvGroup
Type: LVGROUP
Group to sort; this is application-defined.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |
See also
Reference