Collapse All
Parallels C API Reference Guide
PrlDbg_PrlResultToString Function
PrlApi.h API Debug Functions Send Feedback

Returns a readable string representation of the PRL_RESULT value.

Syntax
PRL_RESULT PrlDbg_PrlResultToString(
    PRL_RESULT value, 
    PRL_CONST_STR_PTR result
);
File
Parameters

value
A variable of type PRL_RESULT .
result
[out] The PRL_RESULT value as a string.
Returns
Remarks

Helpful for logging.

Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!