Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/listview.c:
CoUninitialize();
}
+static void test_LVM_GETNEXTITEM(void) +{
- /* LVM_GETNEXTITEM */
- HWND hwnd;
- DWORD r;
- UINT uFlagsAbove = MAKELPARAM(LVNI_ABOVE, 0);
- UINT uFlagsBelow = MAKELPARAM(LVNI_BELOW, 0);
- hwnd = create_listview_control(LVS_REPORT);
- insert_item(hwnd, 0);
- insert_item(hwnd, 1);
I don't think you need three items. Try one or two.