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

/vbox/src/VBox/HostServices/SharedClipboard/
H A Ddarwin-pasteboard.h27 int queryNewPasteboardFormats (PasteboardRef pPasteboard, uint32_t *pfFormats, bool *pfChanged);
H A Ddarwin.cpp58 int rc = queryNewPasteboardFormats (pCtx->pasteboard, &fFormats, &fChanged);
H A Ddarwin-pasteboard.cpp74 int queryNewPasteboardFormats(PasteboardRef pPasteboard, uint32_t *pfFormats, bool *pfChanged) function
76 Log(("queryNewPasteboardFormats\n"));
131 Log(("queryNewPasteboardFormats: rc = %02X\n", rc));

Completed in 253 milliseconds