Package com.sun.jna.platform.win32
Class WinUser.HMONITOR
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
com.sun.jna.platform.win32.WinUser.HMONITOR
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- WinUser
Each physical display is represented by a monitor handle of type HMONITOR. A valid HMONITOR
 is guaranteed to be non-NULL. A physical display has the same HMONITOR as long as it is part
 of the desktop.
- 
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- 
HMONITORpublic HMONITOR()Instantiates a new HMONITOR.
- 
HMONITORInstantiates a new HMONITOR.- Parameters:
- p- the pointer
 
 
-