aStatus
A version of this page is also available for
4/8/2010
This structure is an optional array that contains error codes returned by MSMQ. It can be included in MQQUEUEPROPS, MQMSGPROPS, and MQQMPROPS.
Position i in this array is a reported status code of the property whose identifier and value are in position i in the corresponding aPropID and aPropVar arrays.
MSMQ errors are divided into four categories by increasing order of severity. The category can be determined by looking at the upper two bits of the error code (success = 00, informational = 01, warning = 10, fatal = 11).
Note
OS Versions prior to 2.12 require the MSMQ add-on pack.
Requirements
Header | mq.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |