JNA API 3.1.0

com.sun.jna.examples.win32
Class Kernel32.OVERLAPPED

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.win32.Kernel32.OVERLAPPED
Enclosing interface:
Kernel32

public static class Kernel32.OVERLAPPED
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 W32API.HANDLE hEvent
           
 W32API.ULONG_PTR Internal
           
 W32API.ULONG_PTR InternalHigh
           
 int Offset
           
 int OffsetHigh
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Kernel32.OVERLAPPED()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Internal

public W32API.ULONG_PTR Internal

InternalHigh

public W32API.ULONG_PTR InternalHigh

Offset

public int Offset

OffsetHigh

public int OffsetHigh

hEvent

public W32API.HANDLE hEvent
Constructor Detail

Kernel32.OVERLAPPED

public Kernel32.OVERLAPPED()

JNA API 3.1.0

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.