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

Returns a readable string representation of the specified handle type.

Syntax
PRL_RESULT PrlDbg_HandleTypeToString(
    PRL_HANDLE_TYPE handle_type, 
    PRL_CONST_STR_PTR result
);
File

PrlApiCore.h

Parameters

handle_type
Handle type.
result
[out] Handle type as a string.

Returns
Remarks

Helpful for logging.

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