Home
last modified time | relevance | path

Searched refs:LVN_GETINFOTIPA (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c810 case LVN_GETINFOTIPA: in test_notify_proc()
1214 … sizeof(nmlvgit), NULL, 0, &nmlvgit.pszText, &nmlvgit.cchTextMax, LVN_GETINFOTIPW, LVN_GETINFOTIPA, in test_wm_notify()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1819 SPNFY(LVN_GETINFOTIPA, NMLVGETINFOTIPA),
/reactos/dll/win32/comctl32/
H A Dpager.c1068 case LVN_GETINFOTIPW: return LVN_GETINFOTIPA; in PAGER_GetAnsiNtfCode()
H A Dlistview.c751 case LVN_GETINFOTIPA: in get_ansi_notification()
752 case LVN_GETINFOTIPW: return LVN_GETINFOTIPA; in get_ansi_notification()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3227 #define LVN_GETINFOTIPA (LVN_FIRST-57) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h582 case LVN_GETINFOTIPA: return TEXT("LVN_GETINFOTIPA"); in MD_GetNotifyCode()