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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxClipboard.cpp192 HWND hViewer = GetClipboardViewer(); local
196 if (!hViewer || pCtx->fCBChainPingInProcess)
204 hViewer = GetClipboardViewer();
205 if (hViewer)
206 SendMessageCallback(hViewer, WM_CHANGECBCHAIN, (WPARAM)pCtx->hwndNextInChain, (LPARAM)pCtx->hwndNextInChain, CBChainPingProc, (ULONG_PTR) pCtx);
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp278 HWND hViewer = GetClipboardViewer(); local
282 if (!hViewer || pCtx->fCBChainPingInProcess)
290 hViewer = GetClipboardViewer();
291 if (hViewer)
292 SendMessageCallback(hViewer, WM_CHANGECBCHAIN, (WPARAM)pCtx->hwndNextInChain, (LPARAM)pCtx->hwndNextInChain, CBChainPingProc, (ULONG_PTR) pCtx);

Completed in 35 milliseconds