Package com.sun.jna.platform.win32
Class WinDef.HDC
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
com.sun.jna.platform.win32.WinDef.HDC
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- WinDef
Handle to a device context (DC).
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEfromNative, setPointer, toStringMethods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
- 
Constructor Details- 
HDCpublic HDC()Instantiates a new hdc.
- 
HDCInstantiates a new hdc.- Parameters:
- p- the p
 
 
-