OLEMSGICON 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.
Controls the icon displayed in a message and indicates the type of message.
public enum class OLEMSGICON
public enum class OLEMSGICON
enum OLEMSGICON
public enum OLEMSGICON
type OLEMSGICON =
Public Enum OLEMSGICON
- Inheritance
-
OLEMSGICON
Fields
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. |
Remarks
COM Signature
From oleipc.idl.
[C++]