Home
last modified time | relevance | path

Searched refs:TTM_DELTOOLA (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dtooltips.c423 r = SendMessageA(hwnd, TTM_DELTOOLA, 0, (LPARAM)&toolinfoA); in test_gettext()
625 SendMessageA(hwnd, TTM_DELTOOLA, 0, (LPARAM)&ti); in test_ttm_gettoolinfo()
645 SendMessageA(hwnd, TTM_DELTOOLA, 0, (LPARAM)&ti); in test_ttm_gettoolinfo()
665 SendMessageA(hwnd, TTM_DELTOOLA, 0, (LPARAM)&ti); in test_ttm_gettoolinfo()
1140 ret = SendMessageA(hwnd, TTM_DELTOOLA, 0, (LPARAM)&ti); in test_TTM_ADDTOOL()
1168 ret = SendMessageA(hwnd, TTM_DELTOOLA, 0, (LPARAM)&tiW); in test_TTM_ADDTOOL()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1570 USM(TTM_DELTOOLA ,0),
/reactos/dll/win32/comctl32/
H A Dtooltips.c2211 case TTM_DELTOOLA: in TOOLTIPS_WindowProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1793 #define TTM_DELTOOLA (WM_USER+5) macro