Searched refs:receiveBuffer (Results 1 – 1 of 1) sorted by relevance
1128 CHAR *receiveBuffer; in PAGER_SendConvertedNotify() local1165 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()