The MQZFP structure is used on the MQZ_FREE_USER call for the FreeParms parameter. This parameter specifies data related to resource to be freed.
Structure identifier.
For the C programming language, the constant MQZFP_STRUC_ID_ARRAY is also defined; this has the same value as MQZFP_STRUC_ID, but is an array of characters instead of a string.
This is an input field to the service.
Structure version number.
The following constant specifies the version number of the current version:
This is an input field to the service.
Reserved field.
Correlation pointer.
Address of correlation data relating to the resource to be freed.
typedef struct tagMQZFP MQZFP; struct tagMQZFP { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQBYTE8 Reserved; /* Reserved field */ MQPTR CorrelationPtr; /* Address of correlation data */ };
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
mqzfp |