Collapse All
Parallels Virtualization SDK
PrlReport_GetRating Function
PHT_PROBLEM_REPORT See Also

Gets rating of product using.

Syntax
PRL_RESULT PrlReport_GetRating(
    PRL_HANDLE hProblemReport, 
    PRL_UINT32_PTR pnRating
);
File

PrlApiCore.h

Parameters

hProblemReport
[in] A handle of type PHT_PROBLEM_REPORT .
pnRating
[out] pointer to a rating variable.
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

See Also
Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.