jcommon.core.platform.win32
Class Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference

java.lang.Object
  extended by com.sun.jna.Structure
      extended by jcommon.core.platform.win32.Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
          extended by jcommon.core.platform.win32.Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference
All Implemented Interfaces:
com.sun.jna.Structure.ByReference
Enclosing class:
Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO

public static class Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference
extends Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
implements com.sun.jna.Structure.ByReference


Nested Class Summary
 
Nested classes/interfaces inherited from class jcommon.core.platform.win32.Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByValue
 
Field Summary
 
Fields inherited from class jcommon.core.platform.win32.Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
wAttributes, wCursorPositionX, wCursorPositionY, wMaximumWindowSizeX, wMaximumWindowSizeY, wSizeX, wSizeY, wWindowBottom, wWindowLeft, wWindowRight, wWindowTop
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference

public Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference()


Copyright © 2012-2013. All Rights Reserved.