Share via


aStatus (Compact 2013)

3/26/2014

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

See Also

Reference

MSMQ Structures
aPropID
aPropVar
MQMSGPROPS
MQQMPROPS
MQQUEUEPROPS