Share via


aStatus (Windows CE 5.0)

Send Feedback

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).

Requirements

OS Versions: Windows CE 2.0 and later. Versions prior to 2.12 require the MSMQ add-on pack.
Header: Mq.h.

See Also

aPropID | aPropVar | MQMSGPROPS | MQQMPROPS | MQQUEUEPROPS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.