Home
last modified time | relevance | path

Searched refs:nmtvdi (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c866 NMTVDISPINFOA *nmtvdi = (NMTVDISPINFOA *)hdr; in test_notify_proc() local
867 notify_generic_text_handler(&nmtvdi->item.pszText, &nmtvdi->item.cchTextMax); in test_notify_proc()
1179 static NMTVDISPINFOW nmtvdi; in test_wm_notify() local
1228 …{&nmtvdi, sizeof(nmtvdi), &nmtvdi.item.mask, TVIF_TEXT, &nmtvdi.item.pszText, &nmtvdi.item.cchText… in test_wm_notify()
1230 …{&nmtvdi, sizeof(nmtvdi), &nmtvdi.item.mask, TVIF_TEXT, &nmtvdi.item.pszText, &nmtvdi.item.cchText… in test_wm_notify()
1232 …{&nmtvdi, sizeof(nmtvdi), &nmtvdi.item.mask, TVIF_TEXT, &nmtvdi.item.pszText, &nmtvdi.item.cchText… in test_wm_notify()
1234 …{&nmtvdi, sizeof(nmtvdi), &nmtvdi.item.mask, TVIF_TEXT, &nmtvdi.item.pszText, &nmtvdi.item.cchText… in test_wm_notify()
/reactos/dll/win32/comctl32/
H A Dpager.c1410 NMTVDISPINFOW *nmtvdi = (NMTVDISPINFOW *)hdr; in PAGER_Notify() local
1411 …return PAGER_SendConvertedNotify(infoPtr, hdr, &nmtvdi->item.mask, TVIF_TEXT, &nmtvdi->item.pszTex… in PAGER_Notify()
1412 … &nmtvdi->item.cchTextMax, SET_NULL_IF_NO_MASK | CONVERT_SEND | CONVERT_RECEIVE); in PAGER_Notify()
1436 NMTVDISPINFOW *nmtvdi = (NMTVDISPINFOW *)hdr; in PAGER_Notify() local
1437 …return PAGER_SendConvertedNotify(infoPtr, hdr, &nmtvdi->item.mask, TVIF_TEXT, &nmtvdi->item.pszTex… in PAGER_Notify()
1438 &nmtvdi->item.cchTextMax, ZERO_SEND | CONVERT_RECEIVE); in PAGER_Notify()
1442 NMTVDISPINFOW *nmtvdi = (NMTVDISPINFOW *)hdr; in PAGER_Notify() local
1443 …return PAGER_SendConvertedNotify(infoPtr, hdr, &nmtvdi->item.mask, TVIF_TEXT, &nmtvdi->item.pszTex… in PAGER_Notify()
1444 … &nmtvdi->item.cchTextMax, SET_NULL_IF_NO_MASK | CONVERT_SEND | CONVERT_RECEIVE); in PAGER_Notify()