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

Obtains the value of the property, identifying the reason for this project report.

Syntax
PRL_RESULT PrlReport_GetReason(
    PRL_HANDLE hProblemReport, 
    PRL_PROBLEM_REPORT_REASON_PTR pnReportReason
);
File

PrlApiCore.h

Parameters

hProblemReport
[in] A handle of type PHT_PROBLEM_REPORT.
pnReportReason
[out] A pointer to a variable that receives the result.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - null pointer or wrong handle was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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