 |
WaitForSingleObject Add comment W32 Constants Translate this page |
 |
 |
|
The WaitForSingleObject function returns when the specified object is in the signaled state or when the time-out interval elapses |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD WaitForSingleObject(
HANDLE hObject, // handle of object to wait for
DWORD dwTimeout // time-out interval in milliseconds
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER WaitForSingleObject IN kernel32;
INTEGER hHandle,;
INTEGER dwMilliseconds
|
 |
 |
 |
| Parameters: |
 |
hObject
Identifies the object
dwTimeout
Specifies the time-out interval, in milliseconds |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value indicates the event that caused the function to return |
 |
 |
| Word Index links for the WaitForSingleObject : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:01:59 | Visited in last 7 days: 64 |