Skip to content
Snippets Groups Projects
Commit 0525a996 authored by Biswapriyo Nath's avatar Biswapriyo Nath :fox: Committed by Alexandre Julliard
Browse files

include: Add Windows.Graphics.Capture.IGraphicsCaptureSession3 definition.

parent 9954c6b7
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,17 @@ namespace Windows.Graphics.Capture {
[propput] HRESULT IsCursorCaptureEnabled([in] boolean value);
}
[
contract(Windows.Foundation.UniversalApiContract, 12.0),
exclusiveto(Windows.Graphics.Capture.GraphicsCaptureSession),
uuid(f2cdd966-22ae-5ea1-9596-3a289344c3be)
]
interface IGraphicsCaptureSession3 : IInspectable
{
[propget] HRESULT IsBorderRequired([out, retval] boolean *value);
[propput] HRESULT IsBorderRequired([in] boolean value);
}
[
contract(Windows.Foundation.UniversalApiContract, 6.0),
exclusiveto(Windows.Graphics.Capture.GraphicsCaptureSession),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment