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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp1378 uint32_t u32Wait; local
1383 u32Wait = 5000;
1387 u32Wait = 1000;
1391 u32Wait = 0;
1393 if (WaitForSingleObject(pCtx->pEnv->hStopEvent, u32Wait) == WAIT_OBJECT_0)

Completed in 47 milliseconds