PROPID_M_XACT_STATUS_QUEUE_LEN

The PROPID_M_XACT_STATUS_QUEUE_LEN property indicates the length (in Unicode characters) of the transaction status queue's format name buffer.

Type Indicator
VT_UI4
PROPVARIANT Field
ulVal
Property Values
Length (in Unicode characters) of the transaction status queue's format name buffer.

Remarks

The PROPID_M_XACT_STATUS_QUEUE_LEN property is only used by the connector application when calling MQReceiveMessage. It is required whenever PROPID_M_XACT_STATUS_QUEUE is passed in MQReceiveMessage.

On input, PROPID_M_XACT_STATUS_QUEUE_LEN specifies the length of the format name buffer (in Unicode characters) allocated by the receiving application. The buffer should be large enough to hold the format name string including the null-terminating character.

On return, this property holds the length (in Unicode characters) of the PROPID_M_XACT_STATUS_QUEUE format name string including the null-terminating character.

See Also

MQReceiveMessage, PROPID_M_XACT_STATUS_QUEUE


© 1997 by Microsoft Corporation. All rights reserved.