NTSYSAPI
NTSTATUS NTAPI ZwDelayExecution( IN BOOLEAN Alertable, IN PLARGE_INTEGER DelayInterval );
Alertable
If set, execution can break in a result of NtAlertThread call.
这个可以设置为0。
DelayInterval
Delay in 100-ns units. Negative value means delay relative to current.
这个参数是一个指针。