Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlApi_MsgCanBeIgnored Function
PrlApi.h  System Functions  Send Feedback

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 (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!