GetConsoleWindow method

Pointer<HWND__> GetConsoleWindow()

Implementation

ffi.Pointer<HWND__> GetConsoleWindow() {
  return (_GetConsoleWindow ??=
      _dylib.lookupFunction<_c_GetConsoleWindow, _dart_GetConsoleWindow>(
          'GetConsoleWindow'))();
}