I am working with a DirectX application which occasionally renders to child windows and I need to access the raw bytes of the rendered image from the HDC of that child window. When I Bitblt from one child window to another window of my own making I get the desired image so I know it is there.
Any ideas on how I should go about this? The image format also has to be 32bit BGRA.
Thanks