GetForegroundWindow method

Pointer<HWND__> GetForegroundWindow()

Implementation

ffi.Pointer<HWND__> GetForegroundWindow() {
  return _GetForegroundWindow();
}