NativeMethods.SendMessageTimeoutFlags 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.
This enumeration supports a bitwise combination of its member values.
public: enum class NativeMethods::SendMessageTimeoutFlags
[System.Flags]
public enum NativeMethods.SendMessageTimeoutFlags
[<System.Flags>]
type NativeMethods.SendMessageTimeoutFlags =
Public Enum NativeMethods.SendMessageTimeoutFlags
- Inheritance
-
NativeMethods.SendMessageTimeoutFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
SMTO_NORMAL | 0 | |
SMTO_BLOCK | 1 | |
SMTO_ABORTIFHUNG | 2 | |
SMTO_NOTIMEOUTIFNOTHUNG | 8 |