SVC_GetReply

This function retrieves the address of current reply buffer.

Synopsis

void *SVC_GetReply( HI_MsgHandle token );
Parameter Description
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.