描述
用于排序组.它用于LVM_INSERTGROUPSORTED.
FreeBASIC 语法
TYPE LVINSERTGROUPSORTED pfnGroupCompare AS PFNLVGROUPCOMPARE pvData AS DWORD lvGrp AS LVGROUP END TYPE |
成员
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.
最低操作系统
Windows XP.
引用文件
CommCtrl.bi


