Package com.sun.jna.platform.win32
Class WinDef.HWND
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.platform.win32.WinNT.HANDLE
- 
- com.sun.jna.platform.win32.WinDef.HWND
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinDef
 
 public static class WinDef.HWND extends WinNT.HANDLE Handle to a window.
- 
- 
Method Summary- 
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEfromNative, setPointer, toString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
HWNDpublic HWND() Instantiates a new hwnd.
 - 
HWNDpublic HWND(Pointer p) Instantiates a new hwnd.- Parameters:
- p- the p
 
 
- 
 
-