Searched defs:pUtf16Str (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboardGuestToHost.cpp286 RTUTF16 *pUtf16Str = NULL; local
292 rc = RTUtf16DupEx(&pUtf16Str, (PRTUTF16)pvData, 0);
294 pUtf16Str = NULL;
302 rc = RTStrToUtf16((const char *)pvData, &pUtf16Str);
304 pUtf16Str = NULL;
313 if (pUtf16Str)
315 RTUtf16Free(pUtf16Str);
316 pUtf16Str = NULL;

Completed in 61 milliseconds