Collapse All
Parallels C API Reference Guide
PrlReport_SetReason Function
PrlApi.h PHT_PROBLEM_REPORT

Sets the value of the object property, identifying the reason for this problem report.

Syntax
PRL_RESULT PrlReport_SetReason(
    PRL_HANDLE hProblemReport, 
    PRL_PROBLEM_REPORT_REASON nReportReason
);
File
Parameters

hProblemReport
[in] A handle of type PHT_PROBLEM_REPORT .
nReportReason
[in] The problem report reason value.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - wrong handle was passed.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!