OnAbortOnError Event

Value of fAbortOnError member of DCB structure changed.

Syntax

Visual Basic .NET
Sub OnAbortOnError(ByVal Value As Boolean)
Visual C#
void OnAbortOnError(Boolean Value);

Parameters

Value

Contains value of fAbortOnError member of DCB structure.
If this member is TRUE, the driver terminates all read and write operations with an error status if an error occurs. The driver will not accept any further communications operations until the application has acknowledged the error by calling the ClearCommError() function.