Collapse All
Parallels Virtualization SDK
PrlVm_SendProblemReport Function
PHT_VIRTUAL_MACHINE

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.

Syntax
PRL_HANDLE PrlVm_SendProblemReport(
    PRL_HANDLE hVm, 
    PRL_HANDLE hProblemReport, 
    PRL_UINT32 nFlags
);
File

PrlApiDeprecated.h

Parameters

hVm
handle of type PHT_VM
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 , PrlSrv_SendProblemReport

Async response should normally contain report id.

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