Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dpager.c1088 case TVN_SELCHANGINGW: return TVN_SELCHANGINGA; in PAGER_GetAnsiNtfCode()
1414 case TVN_SELCHANGINGW: in PAGER_Notify()
H A Dtreeview.c499 case TVN_SELCHANGINGW: return TVN_SELCHANGINGA; in get_notifycode()
4510 TVN_SELCHANGINGW, in TREEVIEW_DoSelectItem()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c1263 TVN_SELCHANGINGW, TVN_SELCHANGINGA, CONVERT_SEND, TVITEM_NEW_HANDLER}, in test_wm_notify()
1265 TVN_SELCHANGINGW, TVN_SELCHANGINGA, CONVERT_SEND, TVITEM_OLD_HANDLER}, in test_wm_notify()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1873 SPNFY(TVN_SELCHANGINGW, NMTREEVIEWW),
/reactos/dll/win32/msi/
H A Ddialog.c2513 if (tv->hdr.code != TVN_SELCHANGINGW) in dialog_seltree_handler()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3651 #define TVN_SELCHANGINGW (TVN_FIRST-50) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h603 case TVN_SELCHANGINGW: return TEXT("TVN_SELCHANGINGW"); in MD_GetNotifyCode()