Klasse Wincon.CONSOLE_SCREEN_BUFFER_INFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Wincon.CONSOLE_SCREEN_BUFFER_INFO
Umschließende Schnittstelle:
Wincon

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

  • Konstruktordetails

    • CONSOLE_SCREEN_BUFFER_INFO

      public CONSOLE_SCREEN_BUFFER_INFO()
  • Methodendetails

    • toString

      public String toString()
      Beschreibung aus Klasse kopiert: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Setzt außer Kraft:
      toString in Klasse Structure
      Gibt zurück:
      String representation of this object.