I'm trying to use Windows.Graphics.Capture to capture application windows.
In this page screen-capture, Windows 10 version 1803 should provide new APIs, but I failed to run samples from ScreenCaptureforHWND in Windows10 version 1803 home.I found that a new API "CreateForWindow" is only available in Windows 10 version 1903 and I think that is a neccessary API for screen capture. So, is version 1903 the lowest version to run app that use Windows.Graphics.Capture to capture something?