Package com.sun.jna.platform.win32
Class WinDef.HPALETTE
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.platform.win32.WinNT.HANDLE
- 
- com.sun.jna.platform.win32.WinDef.HPALETTE
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinDef
 
 public static class WinDef.HPALETTE extends WinNT.HANDLE Handle to a palette.
- 
- 
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- 
HPALETTEpublic HPALETTE() Instantiates a new hpalette.
 - 
HPALETTEpublic HPALETTE(Pointer p) Instantiates a new hpalette.- Parameters:
- p- the p
 
 
- 
 
-