ListView_InsertGroupSorted宏 (commctrl.h)
將群組插入已排序的群組清單中。 您可以使用此宏,或明確傳送 LVM_INSERTGROUPSORTED 訊息。
語法
void ListView_InsertGroupSorted(
HWND hwnd,
PLVINSERTGROUPSORTED structInsert
);
參數
hwnd
類型: HWND
清單檢視控件的句柄。
structInsert
類型: PLVINSERTGROUPSORTED
傳回值
無
備註
若要使用 ListView_InsertGroupSorted,請在指令清單中指定 Comctl32.dll 第 6 版。 如需指令清單的詳細資訊,請參閱 啟用視覺樣式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | commctrl.h |