SVC_IO_GetReadPointer

Returns the pointer to the input buffer and its size. If the buffer is internally scattered or chunked in any other way, the pointer and the size relate to the current chunk only. The user can then directly access the buffer via the pointer, but only within the limits of the returned size.

Synopsis
unsigned int SVC_IO_GetReadPointer(FmMsgHandle token, 
				    void **read_pointer); 
Input requirements

read_pointer must be the address of a void * variable that will be assigned the read buffer address

Output parameters

The function returns the number of bytes available in the read buffer.