Click or drag to resize
Xcalibur Systems LLC Logo

WaitTypes Enumeration

Wait Types associated with and .

Thread32Next function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public enum WaitTypes
Members
Member nameValueDescription
WaitObject00 The state of the specified object is signaled.
WaitAbandoned128 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.
WaitIoCompletion192 The wait was ended by one or more user-mode asynchronous procedure calls (APC) queued to the thread.
WaitTimeout258 The time-out interval elapsed, and the object's state is nonsignaled.
WaitFailed4,294,967,295 The function has failed. To get extended error information, call .
See Also