COWAIT_FLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags for CoWaitForMultipleHandles
This enumeration supports a bitwise combination of its member values.
public enum class COWAIT_FLAGS
public enum class COWAIT_FLAGS
enum COWAIT_FLAGS
[System.Flags]
public enum COWAIT_FLAGS
[<System.Flags>]
type COWAIT_FLAGS =
Public Enum COWAIT_FLAGS
- Inheritance
-
COWAIT_FLAGS
- Attributes
Fields
COWAIT_ALERTABLE | 2 | Exit when an RPC call is serviced. |
COWAIT_NONE | 0 | Exit when a handle is signalled. |
COWAIT_WAITALL | 1 | Exit when all handles are signalled AND a message is received. |