Searched refs:TVN_SELCHANGINGW (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 1088 case TVN_SELCHANGINGW: return TVN_SELCHANGINGA; in PAGER_GetAnsiNtfCode() 1414 case TVN_SELCHANGINGW: in PAGER_Notify()
|
H A D | treeview.c | 499 case TVN_SELCHANGINGW: return TVN_SELCHANGINGA; in get_notifycode() 4510 TVN_SELCHANGINGW, in TREEVIEW_DoSelectItem()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 1263 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 D | spy.c | 1873 SPNFY(TVN_SELCHANGINGW, NMTREEVIEWW),
|
/reactos/dll/win32/msi/ |
H A D | dialog.c | 2513 if (tv->hdr.code != TVN_SELCHANGINGW) in dialog_seltree_handler()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 3651 #define TVN_SELCHANGINGW (TVN_FIRST-50) macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 603 case TVN_SELCHANGINGW: return TEXT("TVN_SELCHANGINGW"); in MD_GetNotifyCode()
|