Function:
Sleep(DWORDdwMilliseconds)
|
Description:
Pauses program execution for a certain amount of time.
|
Parameters:
dwMilliseconds: The number of milliseconds to halt program
execution for.
|
Returns:
Does not return a value.
|
Example: 
Click on the calc icon to view a sample of the Sleep function.
|