COWAIT_FLAGS Enumeration
Visual Studio 2015
Microsoft internal use only. An enumeration of flags used by the infrastructure.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| 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. |
Show: