GetActiveWindow method

Pointer<HWND__> GetActiveWindow()

Implementation

ffi.Pointer<HWND__> GetActiveWindow() {
  return _GetActiveWindow();
}