Events : RecoverableError event

RecoverableError event
Description
Fires whenever an error occurs to which the user can respond with abort, retry, or ignore.
Syntax
 
HRESULT RecoverableError(
[in] LONG session,
[in] BSTR device,
[in] BSTR location,
[in] BSTR description,
[out] LONG* actionToTake,
[out] VARIANT_BOOL* vworksHandlesError
);
Parameters
 
[out] Pointer to a variable that receives a value that represents the action to take.
0 = Abort
1 = Retry
2 = Ignore
[out] A variable that receives a value that indicates whether VWorks software should handle the error.
TRUE = Allow VWorks software to handle the error
FALSE = Do not allow VWorks software to handle the error
Related information