OLEMSGICON 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.
Controls the icon displayed in a message and indicates the type of message.
public enum class OLEMSGICON
C++/CX
public enum class OLEMSGICON
enum OLEMSGICON
public enum OLEMSGICON
type OLEMSGICON =
Public Enum OLEMSGICON
- Inheritance
-
OLEMSGICON
Name | Value | Description |
---|---|---|
OLEMSGICON_NOICON | 0 | Indicates that a message is an informational message. |
OLEMSGICON_CRITICAL | 1 | Indicates that a message is a critical message. |
OLEMSGICON_QUERY | 2 | Indicates that a message is a query message. |
OLEMSGICON_WARNING | 3 | Indicates that a message is a warning message. |
OLEMSGICON_INFO | 4 | Indicates that a message is an informational message. |
From oleipc.idl.
[C++]
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |