Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dpager.c1128 CHAR *receiveBuffer; in PAGER_SendConvertedNotify() local
1165 receiveBuffer = heap_alloc(bufferSize); in PAGER_SendConvertedNotify()
1166 if (!receiveBuffer) goto done; in PAGER_SendConvertedNotify()
1167 memcpy(receiveBuffer, *text, bufferSize); in PAGER_SendConvertedNotify()
1168 MultiByteToWideChar(CP_ACP, 0, receiveBuffer, bufferSize, oldText, oldTextMax); in PAGER_SendConvertedNotify()
1169 heap_free(receiveBuffer); in PAGER_SendConvertedNotify()