Home
last modified time | relevance | path

Searched refs:pszDisplay (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c680 …ok(nm->pszDisplay == nm->szDisplay, "Test %d expect %p, got %p\n", notify_test_info.sub_test_id, n… in notify_datetime_handler()
681 nm->pszDisplay); in notify_datetime_handler()
683 if (data->write_pszdisplay) nm->pszDisplay = data->write_pszdisplay; in notify_datetime_handler()
1077 nmdtf.pszDisplay = nmdtf.szDisplay; in test_wm_notify_datetime()
1083 … ok(!lstrcmpW(nmdtf.pszDisplay, data->return_pszdisplay), "Sub test %d expect %s, got %s\n", i, in test_wm_notify_datetime()
1084 wine_dbgstr_w(data->return_pszdisplay), wine_dbgstr_w(nmdtf.pszDisplay)); in test_wm_notify_datetime()
/reactos/dll/win32/comctl32/
H A Dpager.c1234 if (nmdtf->pszDisplay) in PAGER_Notify()
1236 textLength = MultiByteToWideChar(CP_ACP, 0, (LPCSTR)nmdtf->pszDisplay, -1, 0, 0); in PAGER_Notify()
1238 … MultiByteToWideChar(CP_ACP, 0, (LPCSTR)nmdtf->pszDisplay, -1, infoPtr->pwszBuffer, textLength); in PAGER_Notify()
1239 if (nmdtf->pszDisplay != nmdtf->szDisplay) in PAGER_Notify()
1240 nmdtf->pszDisplay = infoPtr->pwszBuffer; in PAGER_Notify()
/reactos/dll/win32/inetcomm/
H A Dmimeole.c1475 LPCSTR pszDisplay) in MimeBody_SetDisplayName() argument
1478 FIXME("(%p)->(%s) stub\n", This, debugstr_a(pszDisplay)); in MimeBody_SetDisplayName()
/reactos/sdk/include/psdk/
H A Dmimeole.idl879 [in] LPCSTR pszDisplay);
H A Dcommctrl.h4424 LPCSTR pszDisplay; member
4432 LPCWSTR pszDisplay; member