(unsuccessful) attempt to restore window to specified virtual desktop

This commit is contained in:
Kang Yu 2023-07-15 18:47:56 -07:00
parent 523bf1d1d3
commit c5ef467e9c
2 changed files with 27 additions and 2 deletions

View file

@ -62,7 +62,7 @@ namespace PersistentWindows.Common
if (hr != 0)
{
//Marshal.ThrowExceptionForHR(hr);
Log.Error("GetWindowDesktopId() call failed");
//Log.Error("GetWindowDesktopId() call failed");
}
return result;