Field details for MQDMHO

The MQDMHO Delete message handle options structure allows applications to specify options that control how message handles are deleted. The structure is an input parameter on the MQDLTMH call.

StrucId (MQCHAR4)

This is the structure identifier of the delete message handle options structure. It is always an input field. Its value is MQDMHO_STRUC_ID.

The value must be:
MQDMHO_STRUC_ID

Identifier for the delete message handle options structure.

For the C programming language, the constant MQDMHO_STRUC_ID_ARRAY is also defined. This has the same value as MQDMHO_STRUC_ID, but is an array of characters instead of a string.

Version (MQLONG)

This is the structure version number. The value must be:
MQDMHO_VERSION_1
Version-1 delete message handle options structure.
The following constant specifies the version number of the current version:
MQDMHO_CURRENT_VERSION
Current version of delete message handle options structure.
This is always an input field. The initial value of this field is MQDMHO_VERSION_1.

Options (MQLONG)

The value must be:
MQDMHO_NONE

No options specified.

This is always an input field. The initial value of this field is MQDMHO_NONE.