#include "windows.h"
Go to the source code of this file.
Functions | |
void | cSleepMs (unsigned int a_interval) |
Suspends the execution of the current thread for a specified interval. |
void cSleepMs | ( | unsigned int | a_interval | ) |
Suspends the execution of the current thread for a specified interval.
Suspends the execution of the current thread for a specified interval defined in milliseconds.
a_interval | time interval defined in milliseconds. |