SVC_ResizeReplyBuffer

Resizes the reply buffer associated with the specified token. The returned address need not be equal to the previous address of the reply buffer. The contents of the matching parts of the old and new reply buffers will always be the same.

Synopsis
#include <csa8hiface.h> 
void *SVC_ResizeReplyBuffer(HI_MsgHandle token,
    uint32 replyLength);
Input Parameters
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.