Requests a server to send a problem report on behalf of the given VM (its log is supposed to be attached to the report too) with possibility to append also the problem report assemblied at the client's side.
PRL_HANDLE PrlVm_SendProblemReport( PRL_HANDLE hVm, PRL_HANDLE hProblemReport, PRL_UINT32 nFlags );
PrlApiDeprecated.h
PRL_HANDLE - handle to the job generated
The report should be created as follows: 1) with PrlApi_CreateProblemReport call 2) filled with PrlReport_Assembly
Similar calls are PrlApi_SendProblemReport and PrlApi_SendPackedProblemReport, PrlReport_Send, PrlSrv_SendProblemReport
Async response should normally contain report id.