Value of fAbortOnError member of DCB structure changed.
| Visual Basic | Sub OnAbortOnError(Value As Boolean)
|
|---|---|
| Visual C++ (MFC) | void OnAbortOnError(BOOL Value);
|
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.