Am using DDAPI (Desktop duplication API) to get achieve screen capture on a windows 10 machine. Currently we are able to initialize and call the API AquireNextFrame to capture the Frame. Am also
able to save this frame to a bitmap file and the bitmap image contains the screen capture as well. We would to map the current Frame received from AquireNextFrame API to a Device context ? how can we achieve this ?