הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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