JNA API 3.0

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

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

public static class User32.GUITHREADINFO
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 int cbSize
           
 int flags
           
(package private)  W32API.HWND hwndActive
           
(package private)  W32API.HWND hwndCapture
           
(package private)  W32API.HWND hwndCaret
           
(package private)  W32API.HWND hwndFocus
           
(package private)  W32API.HWND hwndMenuOwner
           
(package private)  W32API.HWND hwndMoveSize
           
(package private)  GDI32.RECT rcCaret
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
User32.GUITHREADINFO()
           
 
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

flags

public int flags

hwndActive

W32API.HWND hwndActive

hwndFocus

W32API.HWND hwndFocus

hwndCapture

W32API.HWND hwndCapture

hwndMenuOwner

W32API.HWND hwndMenuOwner

hwndMoveSize

W32API.HWND hwndMoveSize

hwndCaret

W32API.HWND hwndCaret

rcCaret

GDI32.RECT rcCaret
Constructor Detail

User32.GUITHREADINFO

public User32.GUITHREADINFO()

JNA API 3.0

Copyright © 2007 Timothy Wall. All Rights Reserved.