CommonMessagePumpExitCode Enum
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.
Represents exit codes that are possible for CommonMessagePump.
public enum class CommonMessagePumpExitCode
C++/CX
public enum class CommonMessagePumpExitCode
enum CommonMessagePumpExitCode
public enum CommonMessagePumpExitCode
type CommonMessagePumpExitCode =
Public Enum CommonMessagePumpExitCode
- Inheritance
-
CommonMessagePumpExitCode
Name | Value | Description |
---|---|---|
Timeout | 0 | There was a timeout. |
UserCanceled | 1 | The message was canceled by the user. |
ApplicationExit | 2 | The application exited. |
HandleSignaled | 3 | The handle was signaled. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |