Searched refs:nmdts (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 757 NMDATETIMESTRINGA *nmdts = (NMDATETIMESTRINGA *)hdr; in test_notify_proc() local 758 notify_generic_text_handler((CHAR **)&nmdts->pszUserString, NULL); in test_notify_proc() 1165 static NMDATETIMESTRINGW nmdts; in test_wm_notify() local 1196 …{&nmdts, sizeof(nmdts), NULL, 0, (WCHAR **)&nmdts.pszUserString, NULL, DTN_USERSTRINGW, DTN_USERST… in test_wm_notify()
|
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 1262 NMDATETIMESTRINGW *nmdts = (NMDATETIMESTRINGW *)hdr; in PAGER_Notify() local 1263 …return PAGER_SendConvertedNotify(infoPtr, hdr, NULL, 0, (WCHAR **)&nmdts->pszUserString, NULL, CON… in PAGER_Notify()
|