Package com.sun.jna.platform.win32
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
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new pointer to an HGLRC.Instantiates a new pointer to an HGLRC.
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEByReferencegetValue, setValueMethods inherited from class com.sun.jna.ptr.ByReferencetoStringMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
HGLRCByReferencepublic HGLRCByReference()Instantiates a new pointer to an HGLRC.
- 
HGLRCByReferenceInstantiates a new pointer to an HGLRC.- Parameters:
- h- Initial valure for the HGLRC
 
 
-