 |
Sleep Add comment W32 Constants Translate this page |
 |
 |
|
The Sleep function suspends the execution of the current thread for the specified interval |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
VOID Sleep(
DWORD dwMilliseconds // sleep time
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE Sleep IN kernel32 INTEGER dwMilliseconds
|
 |
 |
 |
| Parameters: |
 |
dwMilliseconds
[in] Specifies the time, in milliseconds, for which to suspend execution |
 |
 |
| Return value: |
 |
| This function does not return a value |
 |
 |
| My comment: |
 |
A value INFINITE = DWORD(0xffffffff) causes the infinite delay for the thread (the process for the VFP).
|
 |
 |
| Word Index links for the Sleep : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-19 12:00:00 | | Modified: | 2005-12-27 10:10:54 | Visited in last 7 days: 74 |