Home
last modified time | relevance | path

Searched refs:dwWaitTotal (Results 1 – 1 of 1) sorted by relevance

/reactos/base/shell/explorer/
H A Dstartup.cpp554 const DWORD dwWaitTotal = 3000; // in milliseconds in DoStartStartupItems() local
556 while (GetShellWindow() == NULL && GetTickCount() - dwTick < dwWaitTotal) in DoStartStartupItems()