Requests a server to send a problem report with possibility to append also the problem report assemblied at the client's side.
PRL_HANDLE PrlSrv_SendProblemReport( PRL_HANDLE hServer, PRL_HANDLE hProblemReport, PRL_UINT32 nFlags );
PrlApiDisp.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
Async response should normally contain report id.