PROPID_M_VERSION (Windows CE 5.0)

Send Feedback

This property specifies the version of MSMQ used to send the message.

  • Type Indicator
    VT_UI4
  • PROPVARIANT Field
    ulVal
  • Property Values
    The following return values are possible.
    Value Description
    0x0010 MSMQ 1.0 was used to send the message.
    0x0020 MSMQ 2.0 was used to send the message.

Remarks

The sending Queue Manager attaches PROPID_M_VERSION to the message when it is sent.

To find out what version of MSMQ the sending application is using, specify PROPID_M_VERSION in the MQMSGPROPS structure. Then, call MQReceiveMessage and examine the returned value.

This property is not available when you use COM components.

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

MQReceiveMessage | MQMSGPROPS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.