PROPID_M_VERSION

The PROPID_M_VERSION property specifies the version of MSMQ used to send the message.

Type Indicator
VT_UI4
PROPVARIANT Field
ulVal
Property Values
0x0010

Remarks

MSMQ attaches PROPID_M_VERSION to the message when it is sent.

The receiving application can pass PROPID_M_VERSION to MQReceiveMessage to find out what version of MSMQ the sending application is using.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mq.h.
  Import Library: Use mqrt.lib.
  Unicode: Defined only as Unicode.

See Also

MQReceiveMessage