Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
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-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!