Is there a method that allows an app running at a lower privilege to use SetWindowPos()
to change the HWND_TOPMOST
flag for a Window running at a higher privilege?
I recall, in the back of my mind, different API's available to allow things like that but I don't recall the specifics.
TIA!!