VOID
SoundDelay(
IN ULONG Milliseconds
);
The SoundDelay function delays execution of the calling thread for at least the specified number of milliseconds.
None.
If the IRQL is greater than or equal to DISPATCH_LEVEL, the function returns without waiting.