Home
last modified time | relevance | path

Searched refs:DPAS_SORTED (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Ddpa.c283 j = pDPA_Search(dpa, (PVOID)(INT_PTR)i, 0, CB_CmpLT, 0x1abe11ed, DPAS_SORTED); in test_dpa()
290 j = pDPA_Search(dpa, (PVOID)(INT_PTR)i, i+1, CB_CmpLT, 0x1abe11ed, DPAS_SORTED); in test_dpa()
312 CB_CmpLT, 0x1abe11ed, DPAS_SORTED|DPAS_INSERTAFTER); in test_dpa()
316 CB_CmpLT, 0x1abe11ed, DPAS_SORTED|DPAS_INSERTBEFORE); in test_dpa()
320 CB_CmpLT, 0x1abe11ed, DPAS_SORTED); in test_dpa()
334 DPAS_SORTED|DPAS_INSERTBEFORE); in test_dpa()
/reactos/dll/win32/shell32/
H A Diconcache.cpp341 … indexDPA = DPA_Search (sic_hdpa, lpsice, 0, SIC_CompareEntries, 0, DPAS_SORTED|DPAS_INSERTAFTER); in SIC_IconAppend()
461 index = DPA_Search (sic_hdpa, &sice, 0, SIC_CompareEntries, 0, DPAS_SORTED); in SIC_GetIconIndex()
/reactos/dll/win32/comctl32/
H A Ddpa.c854 if (uOptions & DPAS_SORTED) { in DPA_Search()
H A Dlistview.c2678 index = DPA_Search(infoPtr->hdpaItemIds, &ID, -1, MapIdSearchCompare, 0, DPAS_SORTED); in LISTVIEW_MapIdToIndex()
3308 return DPA_Search(ranges->hdpa, &srchrng, 0, ranges_cmp, 0, DPAS_SORTED) != -1; in ranges_contain()
3329 index = DPA_Search(ranges->hdpa, &srchrng, 0, ranges_cmp, 0, DPAS_SORTED | DPAS_INSERTAFTER); in ranges_shift()
3354 index = DPA_Search(ranges->hdpa, &srchrgn, 0, ranges_cmp, 0, DPAS_SORTED); in ranges_add()
3368 index = DPA_Search(ranges->hdpa, newrgn, 0, ranges_cmp, 0, DPAS_SORTED | DPAS_INSERTAFTER); in ranges_add()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4867 #define DPAS_SORTED 0x1 macro