wglGetCurrentDC method

Pointer<HDC__> wglGetCurrentDC()

Implementation

ffi.Pointer<HDC__> wglGetCurrentDC() {
  return _wglGetCurrentDC();
}