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

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
Parameters

handle_type
Handle type.
result
[out] Handle type 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!