Searched refs:writeToPasteboard (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedClipboard/
H A Ddarwin-pasteboard.h29 int writeToPasteboard (PasteboardRef pPasteboard, void *pv, uint32_t cb, uint32_t fFormat);
H A Ddarwin.cpp256 writeToPasteboard (pClient->pCtx->pasteboard, pv, cb, u32Format);
H A Ddarwin-pasteboard.cpp283 int writeToPasteboard(PasteboardRef pPasteboard, void *pv, uint32_t cb, uint32_t fFormat) function
285 Log(("writeToPasteboard: fFormat = %02X\n", fFormat));
305 Log(("writeToPasteboard: clipboard conversion failed. vboxClipboardUtf16GetLinSize returned %Rrc. Abandoning.\n", rc));
311 Log(("writeToPasteboard: received empty clipboard data from the guest, returning false.\n"));
318 Log(("writeToPasteboard: failed to allocate %d bytes\n", cwDest * 2));
325 Log(("writeToPasteboard: clipboard conversion failed. vboxClipboardUtf16WinToLin() returned %Rrc. Abandoning.\n", rc));
391 Log(("writeToPasteboard: rc = %02X\n", rc));

Completed in 576 milliseconds