Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlDbg_PrlResultToString Function
API Debug Functions

Returns a readable string representation of the PRL_RESULT value.

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

PrlApiCore.h

Parameters

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

Returns
Remarks

Helpful for logging.

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.