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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxClipboard.cpp46 UINT timerRefresh; member in struct:_VBOXCLIPBOARDCONTEXT
585 pCtx->timerRefresh = SetTimer(pCtx->hwnd, 0, 10 * 1000, NULL);
598 if (pCtx->timerRefresh)
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp41 UINT timerRefresh; member in struct:_VBOXCLIPBOARDCONTEXT
544 pCtx->timerRefresh = SetTimer(pCtx->hwnd, 0, 10 * 1000, NULL);
558 if (pCtx->timerRefresh)

Completed in 41 milliseconds