Share via


Console IOCTLs (Windows Embedded CE 6.0)

1/6/2010

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.
  • Console Reference
    Provides an overview of the programming elements available for the console for Windows Embedded CE.

See Also

Other Resources

Console Reference