ENABLE_PROCESSED_OUTPUT top-level constant

int const ENABLE_PROCESSED_OUTPUT

Characters written by the WriteFile or WriteConsole function or echoed by the ReadFile or ReadConsole function are examined for ASCII control sequences and the correct action is performed. Backspace, tab, bell, carriage return, and line feed characters are processed.

Implementation

const ENABLE_PROCESSED_OUTPUT = 0x0001;