 |
SetEvent ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The SetEvent function sets the specified event object to the signaled state. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL SetEvent(
HANDLE hEvent // handle to event
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetEvent IN kernel32;
INTEGER hEvent
|
 |
 |
 |
| Parameters: |
 |
hEvent
[in] Handle to the event object. The CreateEvent or OpenEvent function returns this handle. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the SetEvent : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-16 12:00:00 | | Modified: | 2001-11-26 16:03:38 | Visited in last 7 days: 15 |