Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 101 of file detect.c.
{ KTIMER Timer; LARGE_INTEGER DueTime; DueTime.QuadPart = milliseconds * -10; KeInitializeTimer(&Timer); KeSetTimer(&Timer, DueTime, NULL); return KeWaitForSingleObject(&Timer, Executive, KernelMode, FALSE, NULL); }