JNA API 3.3.0

com.sun.jna.platform.win32
Class WinDef.HPEN

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.platform.win32.WinNT.HANDLE
          extended by com.sun.jna.platform.win32.WinDef.HPEN
All Implemented Interfaces:
NativeMapped
Enclosing interface:
WinDef

public static class WinDef.HPEN
extends WinNT.HANDLE

Handle to a pen.


Constructor Summary
WinDef.HPEN()
           
WinDef.HPEN(Pointer p)
           
 
Method Summary
 
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer
 
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WinDef.HPEN

public WinDef.HPEN()

WinDef.HPEN

public WinDef.HPEN(Pointer p)

JNA API 3.3.0

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