Class 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
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
WinDef
handle to an OpenGL rendering context
- Author:
- dblock[at]dblock.org
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new pointer to an HGLRC.Instantiates a new pointer to an HGLRC. -
Method Summary
Methods inherited from class WinNT.HANDLEByReference
getValue, setValueMethods inherited from class ByReference
toStringMethods inherited from class PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
HGLRCByReference
public HGLRCByReference()Instantiates a new pointer to an HGLRC. -
HGLRCByReference
Instantiates a new pointer to an HGLRC.- Parameters:
h- Initial valure for the HGLRC
-