Searched refs:nmlvdi (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 806 NMLVDISPINFOA *nmlvdi = (NMLVDISPINFOA *)hdr; in test_notify_proc() local 807 notify_generic_text_handler(&nmlvdi->item.pszText, &nmlvdi->item.cchTextMax); in test_notify_proc() 1169 static NMLVDISPINFOW nmlvdi; in test_wm_notify() local 1206 …{&nmlvdi, sizeof(nmlvdi), &nmlvdi.item.mask, LVIF_TEXT, &nmlvdi.item.pszText, &nmlvdi.item.cchText… in test_wm_notify() 1208 …{&nmlvdi, sizeof(nmlvdi), &nmlvdi.item.mask, LVIF_TEXT, &nmlvdi.item.pszText, &nmlvdi.item.cchText… in test_wm_notify() 1210 …{&nmlvdi, sizeof(nmlvdi), &nmlvdi.item.mask, LVIF_TEXT, &nmlvdi.item.pszText, &nmlvdi.item.cchText… in test_wm_notify() 1212 …{&nmlvdi, sizeof(nmlvdi), &nmlvdi.item.mask, LVIF_TEXT, &nmlvdi.item.pszText, &nmlvdi.item.cchText… in test_wm_notify()
|
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 1304 NMLVDISPINFOW *nmlvdi = (NMLVDISPINFOW *)hdr; in PAGER_Notify() local 1305 …return PAGER_SendConvertedNotify(infoPtr, hdr, &nmlvdi->item.mask, LVIF_TEXT, &nmlvdi->item.pszTex… in PAGER_Notify() 1306 … &nmlvdi->item.cchTextMax, SET_NULL_IF_NO_MASK | CONVERT_SEND | CONVERT_RECEIVE); in PAGER_Notify() 1310 NMLVDISPINFOW *nmlvdi = (NMLVDISPINFOW *)hdr; in PAGER_Notify() local 1311 …return PAGER_SendConvertedNotify(infoPtr, hdr, &nmlvdi->item.mask, LVIF_TEXT, &nmlvdi->item.pszTex… in PAGER_Notify() 1312 &nmlvdi->item.cchTextMax, CONVERT_RECEIVE); in PAGER_Notify()
|