Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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