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

java.lang.Object
  extended by com.sun.jna.Structure
      extended by jcommon.core.platform.win32.Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
Direct Known Subclasses:
Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference
Enclosing class:
Win32Platform.Kernel32

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


Nested Class Summary
static class Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO.ByReference
           
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByValue
 
Field Summary
 short wAttributes
           
 short wCursorPositionX
           
 short wCursorPositionY
           
 short wMaximumWindowSizeX
           
 short wMaximumWindowSizeY
           
 short wSizeX
           
 short wSizeY
           
 short wWindowBottom
           
 short wWindowLeft
           
 short wWindowRight
           
 short 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()
           
Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO(com.sun.jna.Pointer memory)
           
 
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
 

Field Detail

wSizeX

public short wSizeX

wSizeY

public short wSizeY

wCursorPositionX

public short wCursorPositionX

wCursorPositionY

public short wCursorPositionY

wAttributes

public short wAttributes

wWindowLeft

public short wWindowLeft

wWindowTop

public short wWindowTop

wWindowRight

public short wWindowRight

wWindowBottom

public short wWindowBottom

wMaximumWindowSizeX

public short wMaximumWindowSizeX

wMaximumWindowSizeY

public short wMaximumWindowSizeY
Constructor Detail

Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO

public Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO()

Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO

public Win32Platform.Kernel32.CONSOLE_SCREEN_BUFFER_INFO(com.sun.jna.Pointer memory)


Copyright © 2012-2013. All Rights Reserved.