SVC_ResizeReplyBuffer

This function is used to resize the reply buffer associated with the specified token. The returned address need not be equal to the previous address of the reply buffer. However, the contents of the matching parts of the old and new reply buffers will always be the same.

Synopsis

void *SVC_ResizeReplyBuffer(HI_MsgHandle token,
uint32 replyLength);
Parameter Description
token The token identifying the request.
replyLength The new length of the reply buffer requested by the Destination Module.

Output Requirements

If the buffer is resized successfully, a pointer to the reply buffer is returned. Otherwise NULL is returned. The old reply buffer is not freed in this case.