GetConsoleWindow method

Pointer<HWND__> GetConsoleWindow()

Implementation

ffi.Pointer<HWND__> GetConsoleWindow() {
  return _GetConsoleWindow();
}