The PrlReport_Send function is provided for convenience.
PRL_HANDLE PrlReport_Send( PRL_HANDLE hProblemReport, PRL_BOOL bUseProxy, PRL_CONST_STR sProxyHost, PRL_UINT32 nProxyPort, PRL_CONST_STR sProxyUserLogin, PRL_CONST_STR sProxyUserPasswd, PRL_UINT32 nProblemSendTimeout, PRL_UINT32 nReserved, PRL_EVENT_HANDLER_PTR handler, PRL_VOID_PTR pUserData );
PrlApiCore.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
It allows submitting a previously generated problem report to the Virtuozzo support server. The report could be generated using the PrlSrv_GetPackedProblemReport (PrlSrv_GetProblemReport) or PrlVm_GetProblemReport (PrlVm_GetPackedProblemReport) functions, or created and assembled using PrlApi_CreateProblemReport/PrlReport_Assembly functions.