JNA API 4.0.0

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

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.HRGN
All Implemented Interfaces:
NativeMapped
Enclosing interface:
WinDef

public static class WinDef.HRGN
extends WinNT.HANDLE

Handle to a region.


Constructor Summary
WinDef.HRGN()
          Instantiates a new hrgn.
WinDef.HRGN(Pointer p)
          Instantiates a new hrgn.
 
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.HRGN

public WinDef.HRGN()
Instantiates a new hrgn.


WinDef.HRGN

public WinDef.HRGN(Pointer p)
Instantiates a new hrgn.

Parameters:
p - the p

JNA API 4.0.0

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