SVC_GetReply

Retrieves the address of current reply buffer.

Synopsis
#include <csa8hiface.h> 
void *SVC_GetReply( HI_MsgHandle token );
Input Parameters
token The token identifying the request
Output Requirements

If there is a reply buffer associated with the token, the reply buffer address is returned. Otherwise, NULL is returned.