Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
772 stars 93 forks source link

_ctypes.COMError #90

Closed phpjunkie420 closed 6 days ago

phpjunkie420 commented 9 months ago

I was using getattr on the hwnd attribute to check if the window has been closed and it is generating _ctypes.COMError. Expected since I'm not using hasattr.

I want to know where this exception is so I can import it and I can't find it.

Ciantic commented 1 week ago

Now that is a puzzle, I haven't seen this error yet.