Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
4eb5616e
Commit
4eb5616e
authored
Dec 06, 2022
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Mar 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add windows.graphics.capture.idl file.
parent
787c3f73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
0 deletions
+78
-0
Makefile.in
include/Makefile.in
+1
-0
windows.graphics.capture.idl
include/windows.graphics.capture.idl
+77
-0
No files found.
include/Makefile.in
View file @
4eb5616e
...
...
@@ -815,6 +815,7 @@ SOURCES = \
windows.gaming.input.idl
\
windows.gaming.ui.idl
\
windows.globalization.idl
\
windows.graphics.capture.idl
\
windows.graphics.directx.direct3d11.idl
\
windows.graphics.directx.idl
\
windows.graphics.effects.idl
\
...
...
include/windows.graphics.capture.idl
0 → 100644
View file @
4eb5616e
/*
*
Copyright
(
C
)
2023
Mohamad
Al
-
Jaf
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
ifdef
__WIDL__
#
pragma
winrt
ns_prefix
#
endif
import
"inspectable.idl"
;
import
"asyncinfo.idl"
;
import
"eventtoken.idl"
;
import
"windowscontracts.idl"
;
import
"windows.foundation.idl"
;
/*
import
"windows.graphics.idl"
; */
import
"windows.graphics.directx.idl"
;
import
"windows.graphics.directx.direct3d11.idl"
;
/*
import
"windows.security.authorization.appcapabilityaccess.idl"
; */
import
"windows.system.idl"
;
import
"windows.ui.idl"
;
/*
import
"windows.ui.composition.idl"
; */
namespace
Windows
.
Graphics.Capture
{
interface
IGraphicsCaptureSession
;
interface
IGraphicsCaptureSession2
;
interface
IGraphicsCaptureSession3
;
interface
IGraphicsCaptureSessionStatics
;
runtimeclass
GraphicsCaptureSession
;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
6.0
),
exclusiveto
(
Windows
.
Graphics.Capture.GraphicsCaptureSession)
,
uuid
(
814
e42a9
-
f70f
-
4
ad7
-
939b
-
fddcc6eb880d
)
]
interface
IGraphicsCaptureSession
:
IInspectable
{
HRESULT
StartCapture
()
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
6.0
),
exclusiveto
(
Windows
.
Graphics.Capture.GraphicsCaptureSession)
,
uuid
(
2224
a540
-
5974
-
49
aa
-
b232
-
0882536
f4cb5
)
]
interface
IGraphicsCaptureSessionStatics
:
IInspectable
{
HRESULT
IsSupported
(
[
out
,
retval
]
boolean
*
result
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
6.0
),
marshaling_behavior
(
agile
),
static
(
Windows
.
Graphics.Capture.IGraphicsCaptureSessionStatics
,
Windows
.
Foundation.UniversalApiContract
,
6.0
),
threading
(
both
)
]
runtimeclass
GraphicsCaptureSession
{
[
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;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment