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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceClipboard-os2.cpp82 static HAB g_habWorker = NULLHANDLE; variable
226 HWND hwndClipboardViewer = WinQueryClipbrdViewer(g_habWorker);
234 if (WinSetClipbrdViewer(g_habWorker, g_hwndWorker))
261 if (WinOpenClipbrd(g_habWorker))
264 WinSetClipbrdViewer(g_habWorker, NULLHANDLE);
266 WinSetClipbrdOwner(g_habWorker, NULLHANDLE);
269 if (WinEmptyClipbrd(g_habWorker))
274 if (WinSetClipbrdOwner(g_habWorker, g_hwndWorker))
283 if (!WinSetClipbrdData(g_habWorker, 0, CF_TEXT, CFI_POINTER))
284 VBoxServiceError("WinSetClipbrdData(,,CF_TEXT,) failed, lasterr=%lx\n", WinGetLastError(g_habWorker));
[all...]

Completed in 44 milliseconds