Loading...
Select Version
The function kcHttpGetMputMsg
returns the pointer to MPUT message provided by the program unit and its length.
This function may only called by an HTTP exit program when processing the output message.
Function declaration kcHttpGetMputMsg
kc_http_retcode kcHttpGetMputMsg( void ** mputMessage, int * mputMessageLth );
This function has following function parameter:
<< | mputMessage | The pointer to a variable where the pointer to the MPUT message is returned. |
<< | mputMessageLth | The pointer to a variable where the length of the MPUT message is returned. |
Description of returned value of function call:
KC_HTTP_OK
The function has successfully terminated.
KC_HTTP_FUNCTION_CALL_NOT_ALLOWED
The function was not called by an HTTP exit program during processing the output message.
KC_HTTP_PARAM_VALUE_NULL
The pointer to the variable mputMessage
or the pointer to variable mputMessageLth
is NULL.