The PrlApi_MsgCanBeIgnored function allows to evaluate an error code and determine if the error is critical (i.e.
PRL_RESULT PrlApi_MsgCanBeIgnored( PRL_RESULT nErrCode, PRL_BOOL_PTR pbCanBeIgnored );
PrlApiCore.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
whether it can be ignored).