Retrieves IO channel statistics (throughput, delay) for correspond virtual machine or remote desktop control object.
PRL_RESULT PrlHandle_GetChannelStatistics( PRL_HANDLE hObj, PRL_IO_CHANNEL_STAT_PTR channelStat );
PrlApiCore.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. PRL_ERR_NO_DATA - mostly indicates there is no connection to remote desktop now available. I.e. PrlDevDisplay_ConnectToVm was not called.
PRL_ERR_SUCCESS - function completed successfully.