Share via


Console Flags (Windows Embedded CE 6.0)

1/6/2010

Provides an overview of the flags available for the console, a text–only user interface. These flags designate input mode and output mode settings.

In This Section

Mode Description

CECONSOLE_MODE_ECHO_INPUT

Indicates whether keyboard input should be echoed by the console.

CECONSOLE_MODE_LINE_INPUT

Indicates whether input should be returned a line at a time. If not, it will be processed a character at a time.

CECONSOLE_MODE_PROCESSED_OUTPUT

Indicates whether escape characters such as \n, \t or \b should be processed as a newline, tab or backspace, or whether they should be output raw as a backslash and a letter.

See Also

Other Resources

Console Reference