SoundDelay

VOID
    SoundDelay(
        IN ULONG
Milliseconds
        );

The SoundDelay function delays execution of the calling thread for at least the specified number of milliseconds.

Parameters
Milliseconds
Number of milliseconds to delay.
Return Value

None.

Comments

If the IRQL is greater than or equal to DISPATCH_LEVEL, the function returns without waiting.