Windows 10 provide for users switching between virtual desktops using Task View.
For developing purpose, I need to:
- detect which virtual desktop is active
- get virtual desktop parameters (handle, class, position, styles)
- get list of applications from this virtual desktop
- move application from one virtual desktop to another
How can I do that? Is there any API?
Thank you for your help!