CMC_X_COM_PRIORITY
CMC_X_COM_PRIORITY
is a CMC extension indicating message priority.
Quick Info
Header
file: |
XCMCEXT.H |
Input Usage
item_data
Bitmask of
extension flags. The following flags can be set:
CMC_X_COM_LOW
Indicates a
low priority for the message.
CMC_X_COM_NORMAL
Indicates a
normal priority for the message.
CMC_X_COM_URGENT
Indicates a
high priority for the message.
item_reference
NULL.
extension_flags
All flags
used with the CMC_extension
Output Usage
item_data
Bitmask of
extension flags that describe the urgency of the message. The following flags
can be set:
CMC_X_COM_LOW
A low
priority for the message.
CMC_X_COM_NORMAL
A normal
priority for the message.
CMC_X_COM_URGENT
A high
priority for the message.
item_reference
Unchanged.
extension_flags
Unchanged.
Adds to
The CMC_message
Remarks
At logon, the
caller passes CMC_X_COM_PRIORITY in the CMC_X_COM_SUPPORT_EXT
See Also