Package com.sun.jna.platform.win32
Klasse WinDef.HGLRCByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinNT.HANDLEByReference
com.sun.jna.platform.win32.WinDef.HGLRCByReference
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
WinDef
handle to an OpenGL rendering context
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiates a new pointer to an HGLRC.Instantiates a new pointer to an HGLRC. -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.platform.win32.WinNT.HANDLEByReference
getValue, setValue
Von Klasse geerbte Methoden com.sun.jna.ptr.ByReference
toString
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Konstruktordetails
-
HGLRCByReference
public HGLRCByReference()Instantiates a new pointer to an HGLRC. -
HGLRCByReference
Instantiates a new pointer to an HGLRC.- Parameter:
h
- Initial valure for the HGLRC
-