JNA API 4.0.0

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

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.HICON
All Implemented Interfaces:
NativeMapped
Direct Known Subclasses:
WinDef.HCURSOR
Enclosing interface:
WinDef

public static class WinDef.HICON
extends WinNT.HANDLE

Handle to an icon.


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

public WinDef.HICON()
Instantiates a new hicon.


WinDef.HICON

public WinDef.HICON(Pointer p)
Instantiates a new hicon.

Parameters:
p - the p

JNA API 4.0.0

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