Searched refs:ZERO_SEND (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 108 ZERO_SEND = 0x10 enumerator 1148 if ((*text && flags & (CONVERT_SEND | ZERO_SEND)) || (!*text && flags & SEND_EMPTY_IF_NULL)) in PAGER_SendConvertedNotify() 1153 …if (!(flags & ZERO_SEND)) WideCharToMultiByte(CP_ACP, 0, *text, -1, sendBuffer, bufferSize, NULL, … in PAGER_SendConvertedNotify() 1194 … &nmcbe->ceItem.cchTextMax, ZERO_SEND | SET_NULL_IF_NO_MASK | CONVERT_RECEIVE); in PAGER_Notify() 1438 &nmtvdi->item.cchTextMax, ZERO_SEND | CONVERT_RECEIVE); in PAGER_Notify()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 57 ZERO_SEND = 0x80 enumerator 611 if (notify_test_info.flags & ZERO_SEND) in notify_generic_text_handler() 1190 …CBEN_GETDISPINFOW, CBEN_GETDISPINFOA, ZERO_SEND | SET_NULL_IF_NO_MASK | DONT_CONVERT_SEND | CONVER… in test_wm_notify() 1233 TVN_GETDISPINFOW, TVN_GETDISPINFOA, ZERO_SEND | DONT_CONVERT_SEND| CONVERT_RECEIVE}, in test_wm_notify()
|