GetDesktopWindow method

Pointer<HWND__> GetDesktopWindow()

Implementation

ffi.Pointer<HWND__> GetDesktopWindow() {
  return _GetDesktopWindow();
}