Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlReport_Assembly Function
PHT_PROBLEM_REPORT

Assembles the problem report.

Syntax
PRL_HANDLE PrlReport_Assembly(
    PRL_HANDLE hProblemReport, 
    PRL_UINT32 nFlags
);
File

PrlApiCore.h

Parameters

hProblemReport
[in] A handle of type PHT_PROBLEM_REPORT identifying the container.
nFlags
[in] flags bitset (accepts values just from PRL_PROBLEM_REPORT_FLAGS)

Returns

A handle of type PHT_JOB containing the results of this asynchronous operation or PRL_INVALID_HANDLE if there's not enough memory to instantiate the job object.

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