NativeMappedWinDef.HCURSORpublic static class WinDef.HICON extends WinNT.HANDLE
| Constructor | Description |
|---|---|
HICON() |
Instantiates a new hicon.
|
HICON(WinNT.HANDLE handle) |
Instantiates a new hicon from a handle - this is required since
in Win32 API HANDLE and HICON are the same, whereas in Java they
are not, so in order to "cast" the handle we need this
constructor
|
HICON(Pointer p) |
Instantiates a new hicon.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getPointer, hashCode, nativeType, toNativefromNative, setPointer, toStringpublic HICON()
public HICON(WinNT.HANDLE handle)
handle - The WinNT.HANDLE to castpublic HICON(Pointer p)
p - the p