Module winapi_util::console

source ·
Expand description

Safe routines for dealing with the Windows console.

Structs§

  • A Windows console.
  • Represents console screen buffer information such as size, cursor position and styling attributes.
  • Defines the coordinates of the upper left and lower right corners of a rectangle.

Enums§

  • The set of available colors for use with a Windows console.
  • Whether to use intense colors or not.

Functions§

  • Query the mode of the console represented by the given handle.
  • Query the given handle for information about the console’s screen buffer.
  • Set the mode of the console represented by the given handle.
  • Set the text attributes of the console represented by the given handle.