GetForegroundWindow method

Pointer<HWND__> GetForegroundWindow()

Implementation

ffi.Pointer<HWND__> GetForegroundWindow() {
  return (_GetForegroundWindow ??= _dylib.lookupFunction<
      _c_GetForegroundWindow,
      _dart_GetForegroundWindow>('GetForegroundWindow'))();
}