Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dpager.c1283 …if ((nmh->pitem->mask & HDI_FILTER) && (nmh->pitem->type == HDFT_ISSTRING) && nmh->pitem->pvFilter) in PAGER_Notify()
H A Dheader.c104 #define HDI_UNSUPPORTED_FIELDS (HDI_FILTER)
H A Dlistview.c798 if ((lpnmh->pitem->mask & HDI_FILTER) && (lpnmh->pitem->type == HDFT_ISSTRING) && in notify_forward_header()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c1094 hdi.mask = HDI_TEXT | HDI_FILTER; in test_wm_notify_header()
/reactos/sdk/include/psdk/
H A Dcommctrl.h711 #define HDI_FILTER 0x100 macro