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

/vbox/src/VBox/HostServices/SharedClipboard/
H A Ddarwin.cpp25 #include "darwin-pasteboard.h"
34 /** The reference to the current pasteboard */
35 PasteboardRef pasteboard; member in struct:_VBOXCLIPBOARDCONTEXT
58 int rc = queryNewPasteboardFormats (pCtx->pasteboard, &fFormats, &fChanged);
113 int rc = initPasteboard (&g_ctx.pasteboard);
121 destroyPasteboard (&g_ctx.pasteboard);
142 * Destroy the pasteboard and uninitialize the global context record.
144 destroyPasteboard (&g_ctx.pasteboard);
237 int rc = readFromPasteboard (pClient->pCtx->pasteboard, u32Format, pv, cb, pcbActual);
256 writeToPasteboard (pClient->pCtx->pasteboard, p
[all...]

Completed in 30 milliseconds