SVC_GetReplyLength

This function retrieves the length of reply data in number of bytes.

Synopsis

uint32 SVC_GetReplyLength( HI_MsgHandle token );
Parameter Description
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.