Collapse All
Parallels C API Reference Guide
PrlApi_CreateProblemReport Function
PrlApi.h System Functions

Creates and returns a handle of type PHT_PROBLEM_REPORT , which is used to obtain and manage Parallels problem reports.

Syntax
PRL_RESULT PrlApi_CreateProblemReport(
    PRL_PROBLEM_REPORT_SCHEME nReportScheme, 
    PRL_HANDLE_PTR phProblemReport
);
File
Parameters

nReportScheme
[in] the type of report that will be generated (XML based or new packed form).
phProblemReport
[out] A pointer to a variable that receives the handle.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - null pointer or unknown report scheme was passed.

PRL_ERR_OUT_OF_MEMORY - not enough memory to create the problem report object.

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!