OnUseErrorChar Event

Value of fErrorChar member of DCB structure changed.

Syntax

Visual Basic
Sub OnUseErrorChar(Value As Boolean)
Visual C++ (MFC)
void OnUseErrorChar(BOOL Value);

Parameters

Value

Contains value of fErrorChar member of DCB structure.
Indicates whether bytes received with parity errors are replaced with the character specified by the ErrorChar member. If this member is TRUE and the fParity member is TRUE, replacement occurs.