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

Determines the scheme used by the problem report object.

Syntax
PRL_RESULT PrlReport_GetScheme(
    PRL_HANDLE hProblemReport, 
    PRL_PROBLEM_REPORT_SCHEME_PTR pnReportScheme
);
File
Parameters

hProblemReport
[in] a handle of type PHT_PROBLEM_REPORT .
pnReportScehme
[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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!