Home
last modified time | relevance | path

Searched refs:HDN_ITEMCHANGINGA (Results 1 – 7 of 7) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dspy.c1840 SPNFY(HDN_ITEMCHANGINGA, NMHEADERA),
2507 && pnmh->code <= HDN_ITEMCHANGINGA ) { in SPY_DumpStructure()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c783 case HDN_ITEMCHANGINGA: in test_notify_proc()
1112 send_notify(pager, HDN_ITEMCHANGINGW, HDN_ITEMCHANGINGA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
H A Dheader.c265 expect_notify(HDN_ITEMCHANGINGA, FALSE, &hdexItem); in setItem()
H A Dlistview.c402 { WM_NOTIFY, sent|id, 0, 0, HDN_ITEMCHANGINGA },
5599 parent_header_notify_seq[0].id = HDN_ITEMCHANGINGA; in test_header_notification2()
5603 ok(nmhdr.hdr.code == HDN_ITEMCHANGINGA, "Expected ANSI notification code\n"); in test_header_notification2()
/reactos/dll/win32/comctl32/
H A Dpager.c1060 case HDN_ITEMCHANGINGW: return HDN_ITEMCHANGINGA; in PAGER_GetAnsiNtfCode()
H A Dlistview.c760 case HDN_ITEMCHANGINGA: in get_ansi_notification()
761 case HDN_ITEMCHANGINGW: return HDN_ITEMCHANGINGA; in get_ansi_notification()
/reactos/sdk/include/psdk/
H A Dcommctrl.h837 #define HDN_ITEMCHANGINGA (HDN_FIRST-0) macro