Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Davide Beatrici
wine
Commits
0525a996
Commit
0525a996
authored
8 months ago
by
Biswapriyo Nath
Committed by
Alexandre Julliard
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Add Windows.Graphics.Capture.IGraphicsCaptureSession3 definition.
parent
9954c6b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/windows.graphics.capture.idl
+11
-0
11 additions, 0 deletions
include/windows.graphics.capture.idl
with
11 additions
and
0 deletions
include/windows.graphics.capture.idl
+
11
−
0
View file @
0525a996
...
...
@@ -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
-
22
ae
-
5
ea1
-
9596
-
3
a289344c3be
)
]
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)
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment