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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxClipboard.cpp660 unsigned __stdcall VBoxClipboardThread(void *pInstance) function
662 LogFlowFunc(("VBoxClipboardThread\n"));
675 LogFlowFunc(("VBoxClipboardThread: Failed to call the driver for host message! rc = %Rrc\n", rc));
692 LogFlowFunc(("VBoxClipboardThread: VbglR3ClipboardGetHostMsg u32Msg = %ld, u32Formats = %ld\n", u32Msg, u32Formats));
717 LogFlowFunc(("VBoxClipboardThread: Unsupported message from host! Message = %ld\n", u32Msg));
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp493 DECLCALLBACK(int) VBoxClipboardThread (RTTHREAD ThreadSelf, void *pInstance) function
498 LogFlow(("VBoxClipboardThread\n"));
583 rc = RTThreadCreate (&g_ctx.thread, VBoxClipboardThread, NULL, 65536,

Completed in 35 milliseconds