On Fri Mar 24 07:38:58 2023 +0000, Rémi Bernon wrote:
[default] interface Windows.Graphics.Capture.IGraphicsCaptureSession; [contract(Windows.Foundation.UniversalApiContract, 10.0)] interface Windows.Graphics.Capture.IGraphicsCaptureSession2; [contract(Windows.Foundation.UniversalApiContract, 12.0)] interface Windows.Graphics.Capture.IGraphicsCaptureSession3; interface Windows.Foundation.IClosable;
With maybe the forward declarations though you might skip them as they are not even needed.
Added them anyway as there's no reason not to.
Thanks for the review!