Home

 

C language invocation

 

mqPad (String, BufferLength, Buffer, &CompCode, &Reason);

Declare the parameters as follows:

MQCHAR   String;           /* String to be padded */
MQLONG   BufferLength;     /* Buffer length */
PMQCHAR  Buffer            /* Buffer to contain padded string */
MQLONG   CompCode;         /* Completion code */
MQLONG   Reason;           /* Reason code qualifying CompCode */

This call is not supported in Visual Basic.

 

Parent topic:

mqPad


pc17350_


 

Home