I want my application to be aware is some other app running in Windows is taking a screen-shot.
In .net Graphics.CopyFromScreen Method allows screen-shot capturing.
Questions:
- Is Graphics.CopyFromScreen ultimately makes use of some API function?
- Is there a way for my application to know if other app has made a particular API call?