SVC_GetReplyLength
Retrieves the length of reply data in number of bytes.
Synopsis
#include <csa8hiface.h> uint32 SVC_GetReplyLength( HI_MsgHandle token );
Input Parameters
token | The token identifying the request |
Output Requirements
If there is a reply buffer associated with the token, the number of bytes in the reply buffer is returned. Otherwise, 0 is returned.