COWAIT_FLAGS Enumeration

 

Microsoft internal use only. An enumeration of flags used by the infrastructure.

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

[FlagsAttribute]
public enum COWAIT_FLAGS

Member nameDescription
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.

Return to top
Show: