GetShellWindow method

Pointer<HWND__> GetShellWindow()

Implementation

ffi.Pointer<HWND__> GetShellWindow() {
  return (_GetShellWindow ??=
      _dylib.lookupFunction<_c_GetShellWindow, _dart_GetShellWindow>(
          'GetShellWindow'))();
}