ListView_SortItems

ListView_SortItemsで、指定の比較関数を使ってソートする。

ListView_SortItems マクロ (commctrl.h) - Win32 apps | Microsoft Learn

ListView_SortItems.cppで、

こう書く。

比較関数が呼ばれてる。
比較関数が呼ばれてる。

比較関数が呼ばれてる。

Sample/winapi/ListView_SortItems/ListView_SortItems/src/ListView_SortItems at master · bg1bgst333/Sample · GitHub