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
 
 public static class WinDef.HGLRCByReference extends WinNT.HANDLEByReference handle to an OpenGL rendering context
- 
- 
Constructor SummaryConstructors Constructor Description HGLRCByReference()Instantiates a new pointer to an HGLRC.HGLRCByReference(WinDef.HGLRC h)Instantiates a new pointer to an HGLRC.
 - 
Method Summary- 
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEByReferencegetValue, setValue
 - 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
HGLRCByReferencepublic HGLRCByReference() Instantiates a new pointer to an HGLRC.
 - 
HGLRCByReferencepublic HGLRCByReference(WinDef.HGLRC h) Instantiates a new pointer to an HGLRC.- Parameters:
- h- Initial valure for the HGLRC
 
 
- 
 
-