Collapse All
Parallels Virtualization SDK
PrlApi_MsgCanBeIgnored Function
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

PrlApiCore.h

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-2017 Parallels International GmbH. All rights reserved.