Пишу Код (Text): LARGE_INTEGER li1; li1.QuadPart=10000000; KeDelayExecutionThread(KernelMode,FALSE,&li1); Вовзращает 0(вроде как это хорошо). Но никакой задержки не происходит. IRQL равен 0. Я конечно понимаю, что жутко туплю, но в чем тут проблема???
li1.QuadPart=-10000000; Читай MSDN Код (Text): Interval Specifies the absolute or relative time, in units of 100 nanoseconds, for which the wait is to occur. A negative value indicates relative time. Absolute expiration times track any changes in system time; relative expiration times are not affected by system time changes.