I am looking for a way or capturing a screenshot of a DirectX application, even when the application's window is partially or completely hidden by other windows. Basically a PrintWindow() for DirectX.
I searched all around the internet and the closet I found was the below two posts, they...