I have written C++ dll. In this DLL I'm hooking two WIN API, GetClipboardData & SetClipboardData. So I want to check whether the data which is going to be inserted into clipboard in SetClipboardData is from PrintScreen ?
In SetClipboardData WIN API, how I can find if data is coming from PrintScreen ?
-Thanks Ajit