-753: Output parameter with CONST type
Explanation:
An output parameter must not be declared as CONST type in C.
User Action:
Declare another parameter in the application program.