Hello,
I am using the addon-library of FastFind.au3 found here :
The script I've put together is rather simple but it's returning a value that I don't understand.
#include "FastFind.au3"
#Include <WinAPI.au3>
#RequireAdmin
WinActivate ("ABC Window")
Local $xyzWindow = WinGetHandle ("ABC Window")
Local $triangleSpot = FFSnapShot (212, 216, 214, 218, 1, $xyzWindow)
ConsoleWrite ($triangleSpot&@CR)