How to get a screen image into a memory buffer?
问题 I've been searching for a pure WIN32 way of getting the image data of a screen into a buffer, for analysis of the objects in the image later... Sadly I haven't found any. I'm now open to suggestions of libraries / classes that could do the "printing of a screen", but I should still have access to it's memory buffer. Any help appreciated. EDIT: I forgot to mention that I will be capturing the screen continuously, so the operation speed is very important. Maybe someone knows a good library for