GetFocus method

Pointer<HWND__> GetFocus()

Implementation

ffi.Pointer<HWND__> GetFocus() {
  return _GetFocus();
}