JNA API 3.0

com.sun.jna.examples.win32
Class User32.WINDOWINFO

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.win32.User32.WINDOWINFO
Enclosing interface:
User32

public static class User32.WINDOWINFO
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 short atomWindowType
           
 int cbSize
           
 int cxWindowBorders
           
 int cyWindowBorders
           
 int dwExStyle
           
 int dwStyle
           
 int dwWindowStatus
           
 GDI32.RECT rcClient
           
 GDI32.RECT rcWindow
           
 short wCreatorVersion
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
User32.WINDOWINFO()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cbSize

public int cbSize

rcWindow

public GDI32.RECT rcWindow

rcClient

public GDI32.RECT rcClient

dwStyle

public int dwStyle

dwExStyle

public int dwExStyle

dwWindowStatus

public int dwWindowStatus

cxWindowBorders

public int cxWindowBorders

cyWindowBorders

public int cyWindowBorders

atomWindowType

public short atomWindowType

wCreatorVersion

public short wCreatorVersion
Constructor Detail

User32.WINDOWINFO

public User32.WINDOWINFO()

JNA API 3.0

Copyright © 2007 Timothy Wall. All Rights Reserved.