Share via


Console IOCTLs (Compact 2013)

3/28/2014

Provides an overview of the I/O control codes (IOCTLs) available for the console, a text-only user interface. The console is also frequently referred to as a command line. The DeviceIoControl function calls these IOCTLs.

In This Section

  • IOCTL_CONSOLE_FLUSHINPUT
    Describes the IOCTL that discards all unread events in the input buffer of a console application.
  • IOCTL_CONSOLE_SETCONTROLCEVENT
    Describes the IOCTL that allows a console application to stop its current process by using the keyboard command CRTL+C.

See Also

Reference

Console Reference