I'm trying to write an ImageSearch routine similar to the one in AutoHotkey, and I'm stuck with a (probably) very amateuri-ish problem.
_ScreenCapture_Capture("") is returning a HBITMAP handle. What do I do with that? I just want the raw bitmap data (the same I would get by using a binary FileOpen/FileRead on a bitmap file). I don't want to let ScreenCapture create the file, then read it from there, because that would lead to a lot of disk access.
Thanks in advance.