Value of fOutX member of DCB structure changed.
| Visual Basic | Sub OnOutX(Value As Boolean)
|
|---|---|
| Visual C++ (MFC) | void OnOutX(BOOL Value);
|
Value
Contains value of fOutX member of DCB structure.
Indicates whether XON/XOFF flow control is used during transmission. If this member is TRUE, transmission stops when the XoffChar character is received and starts again when the XonChar character is received.