Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlReport_GetCombinedReportId Function
PHT_PROBLEM_REPORT  See Also

Gets problem report's CombineReportId which is used to match several reports on a server side.

Syntax
PRL_RESULT PrlReport_GetCombinedReportId(
    PRL_HANDLE hProblemReport, 
    PRL_STR sCombinedReportId, 
    PRL_UINT32_PTR pnCombinedReportIdLength
);
File

PrlApiCore.h

Parameters

hProblemReport
[in] A handle of type PHT_PROBLEM_REPORT.
pnCombinedReportIdLength
[in out] pointer to a size of CombinedReportId string
sReportType
[out] CombineReport id string pointer

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_BUFFER_OVERRUN - the size of the output buffer is not large enough. The parameter that is used to specify the size will contain the required size. 

PRL_ERR_SUCCESS - function completed successfully. 

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.