Collapse All
Parallels Virtualization SDK
PrlSrv_SendProblemReport Function
PHT_SERVER

Requests a server to send a problem report with possibility to append also the problem report assemblied at the client's side.

Syntax
PRL_HANDLE PrlSrv_SendProblemReport(
    PRL_HANDLE hServer, 
    PRL_HANDLE hProblemReport, 
    PRL_UINT32 nFlags
);
File

PrlApiDisp.h

Parameters

hServer
handle of type PHT_SERVER of the server
hProblemReport
the report assemblied at the client's side
nFlags
flags associated with the operation (see PRL_PROBLEM_REPORT_FLAGS )
Returns

PRL_HANDLE - handle to the job generated

Remarks

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.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.