How to replicate the CAPTUREBLT behavior with Windows Graphics Capture API CreateForWindow(hWnd)

143 views Asked by At

I am trying to capture a window with Windows Graphics Capture API by getting GraphicsCaptureItem from CreateForWindow and it is working fine. But I have trouble capturing the tooltips of that window if I hover on the menu dropdown is not captured even clicking on the menu dropdown is not captured. The same can be achieved with BitBlt by providing CAPTUREBLT flag while capturing. Do we have a way to achieve the same behavior?

0

There are 0 answers