Sleep PROC   (MS-Windows)

   Suspends the execution of the current thread for a specified interval.


Sleep PROTO,
    dwMilliseconds:DWORD

Returns: (VOID)

Argument Win Type MASM Type Description
dwMilliseconds DWORD DWORD  Specifies the time in milliseconds for which to suspend execution.
· A value of zero causes the thread to relinquish the remainder of its time slice.
· A value if INFINITE causes an infinite delay.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)