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

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboardHostToGuest.cpp240 uint32_t fFormatsInternal = fFormats; local
243 while (fFormatsInternal)
245 if (fFormatsInternal & VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT)
247 VBoxClientVerbose(3, "found VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT: %d\n", fFormatsInternal);
259 fFormatsInternal &= ~((uint32_t)VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT);
262 else if (fFormatsInternal & VBOX_SHARED_CLIPBOARD_FMT_BITMAP)
264 VBoxClientVerbose(3, "found VBOX_SHARED_CLIPBOARD_FMT_BITMAP: %d\n", fFormatsInternal);
276 fFormatsInternal &= ~((uint32_t)VBOX_SHARED_CLIPBOARD_FMT_BITMAP);
279 else if (fFormatsInternal & VBOX_SHARED_CLIPBOARD_FMT_HTML)
281 VBoxClientVerbose(3, "found VBOX_SHARED_CLIPBOARD_FMT_HTML: %d\n", fFormatsInternal);
[all...]

Completed in 39 milliseconds