Package com.sun.jna.platform.win32
Klasse WinUser.HMONITOR
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
com.sun.jna.platform.win32.WinUser.HMONITOR
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer, toString
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
-
Konstruktordetails
-
HMONITOR
public HMONITOR()Instantiates a new HMONITOR. -
HMONITOR
Instantiates a new HMONITOR.- Parameter:
p
- the pointer
-