Collapse All
Parallels C API Reference Guide
PrlApi_MsgCanBeIgnored Function
PrlApi.h System Functions

The PrlApi_MsgCanBeIgnored function allows to evaluate an error code and determine if the error is critical (i.e.

Syntax
PRL_RESULT PrlApi_MsgCanBeIgnored(
    PRL_RESULT nErrCode, 
    PRL_BOOL_PTR pbCanBeIgnored
);
File
Parameters

nErrCode
Error code to evaluate.
pbCanBeIgnored
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the error is not critical. PBL_FALSE indicates that the error is critical and should be properly handled.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

whether it can be ignored).

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