Searched refs:callCnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp328 LONG callCnt = InterlockedIncrement(&g_ctx.cDevicesStarted); local
331 if (callCnt == 1)
535 LONG callCnt = InterlockedDecrement(&g_ctx.cDevicesStarted); local
539 if (callCnt == 0)

Completed in 42 milliseconds