Collapse All
Parallels C API Reference Guide
PrlDbg_EventTypeToString Function
PrlApi.h API Debug Functions

Returns a readable string representation of the specified event type.

Syntax
PRL_RESULT PrlDbg_EventTypeToString(
    PRL_EVENT_TYPE event_type, 
    PRL_CONST_STR_PTR result
);
File
Parameters

event_type
Event type.
result
[out] Event type as a string.
Returns
Remarks

Helpful for logging.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!