COWAIT_FLAGS Enumeration

An enumeration of flags used by the infrastructure.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration COWAIT_FLAGS
[FlagsAttribute]
public enum COWAIT_FLAGS
[FlagsAttribute]
public enum class COWAIT_FLAGS
[<FlagsAttribute>]
type COWAIT_FLAGS
public enum COWAIT_FLAGS

Members

Member name Description
COWAIT_ALERTABLE Exit when an RPC call is serviced.
COWAIT_NONE Exit when a handle is signaled.
COWAIT_WAITALL Exit when all handles are signaled and a message is received.

See Also

Reference

Microsoft.VisualStudio Namespace