![]() | |
Wait |
Member name | Value | Description |
---|---|---|
WaitObject0 | 0 | The state of the specified object is signaled. |
WaitAbandoned | 128 | The specified object is a mutex object that was not released by the thread that owned the mutex object before the owning thread terminated. Ownership of the mutex object is granted to the calling thread and the mutex is set to nonsignaled. If the mutex was protecting persistent state information, you should check it for consistency. |
WaitIoCompletion | 192 | The wait was ended by one or more user-mode asynchronous procedure calls (APC) queued to the thread. |
WaitTimeout | 258 | The time-out interval elapsed, and the object's state is nonsignaled. |
WaitFailed | 4,294,967,295 | The function has failed. To get extended error information, call . |