Searched refs:PAGER_ConvertText (Results 1 – 1 of 1) sorted by relevance
1108 static WCHAR *PAGER_ConvertText(WCHAR **text) in PAGER_ConvertText() function1230 oldFormat = PAGER_ConvertText((WCHAR **)&nmdtf->pszFormat); in PAGER_Notify()1282 if (nmh->pitem->mask & HDI_TEXT) oldText = PAGER_ConvertText(&nmh->pitem->pszText); in PAGER_Notify()1286 oldFilterText = PAGER_ConvertText(&tf->pszText); in PAGER_Notify()1426 … if (nmtv->itemOld.mask & TVIF_TEXT) oldItemOldText = PAGER_ConvertText(&nmtv->itemOld.pszText); in PAGER_Notify()1427 … if (nmtv->itemNew.mask & TVIF_TEXT) oldItemNewText = PAGER_ConvertText(&nmtv->itemNew.pszText); in PAGER_Notify()