Class Wincon.CONSOLE_SCREEN_BUFFER_INFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Wincon.CONSOLE_SCREEN_BUFFER_INFO
Enclosing interface:
Wincon

@FieldOrder({"dwSize","dwCursorPosition","wAttributes","srWindow","dwMaximumWindowSize"}) public static class Wincon.CONSOLE_SCREEN_BUFFER_INFO extends Structure
CONSOLE_SCREEN_BUFFER_INFO structure
  • Field Details

  • Constructor Details

    • CONSOLE_SCREEN_BUFFER_INFO

      public CONSOLE_SCREEN_BUFFER_INFO()
  • Method Details

    • toString

      public String toString()
      Description copied from class: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Overrides:
      toString in class Structure
      Returns:
      String representation of this object.