Package com.sun.jna.platform.win32
Class WinDef.HGLRC
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.platform.win32.WinNT.HANDLE
- 
- com.sun.jna.platform.win32.WinDef.HGLRC
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinDef
 
 public static class WinDef.HGLRC extends WinNT.HANDLE handle to an OpenGL rendering context
- 
- 
Method Summary- 
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEfromNative, setPointer, toString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
HGLRCpublic HGLRC() Instantiates a new HGLRC .
 - 
HGLRCpublic HGLRC(Pointer p) Instantiates a new HGLRC .- Parameters:
- p- the p
 
 
- 
 
-