Explain the Sleep (ms) Function
This call places the current thread in a suspended state for the number of milliseconds passed as the parameter (ms). After that Windows NT will schedule the next available thread. At the expiration of the time out, this thread will be available for scheduling.