Home
last modified time | relevance | path

Searched refs:DPAM_SORTED (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Ddpa.c446 pDPA_Merge(dpa, dpa3, DPAM_UNION|DPAM_SORTED, in test_DPA_Merge()
459 pDPA_Merge(dpa2, dpa3, DPAM_UNION|DPAM_SORTED, in test_DPA_Merge()
/reactos/dll/win32/comctl32/
H A Ddpa.c289 if (!(dwFlags & DPAM_SORTED)) { in DPA_Merge()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4967 #define DPAM_SORTED 1 macro