- Contents
DesignerCOM API
I3IDMessageType TypeDef
Used to indicate the type of message.
MSGTYPE_None |
0x00000001 |
No type (generic). Not recommended for use. |
MSGTYPE_Information |
0x00000002 |
Indicates an informational message. |
MSGTYPE_Warning |
0x00000004 |
Warning. While not serious, something is possibly in error. |
MSGTYPE_Error |
0x00000008 |
There is definitely something wrong here. |
MSGTYPE_ANY |
0xFFFFFFFF |
Used for retrieving collections |