Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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