Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b74523bb
Commit
b74523bb
authored
Oct 29, 2021
by
Jactry Zeng
Committed by
Alexandre Julliard
Nov 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IMapView interface.
Signed-off-by:
Jactry Zeng
<
jzeng@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
aa234f3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
windows.foundation.collections.idl
include/windows.foundation.collections.idl
+12
-0
No files found.
include/windows.foundation.collections.idl
View file @
b74523bb
...
...
@@ -76,6 +76,18 @@ cpp_quote("#endif")
{
[
contract
(
Windows
.
Foundation.FoundationContract
,
1.0
),
uuid
(
e480ce40
-
a338
-
4
ada
-
adcf
-
272272
e48cb9
)
]
interface
IMapView
<
K
,
V
>
:
IInspectable
{
HRESULT
Lookup
(
[
in
]
K
key
,
[
out
]
V
*
value
)
;
[
propget
]
HRESULT
Size
(
[
out
]
unsigned
int
*
size
)
;
HRESULT
HasKey
(
[
in
]
K
key
,
[
out
]
boolean
*
found
)
;
HRESULT
Split
(
[
out
]
IMapView
<
K
,
V
>
**
first
,
[
out
]
IMapView
<
K
,
V
>
**
second
)
;
}
[
contract
(
Windows
.
Foundation.FoundationContract
,
1.0
),
uuid
(
6
a79e863
-
4300
-
459
a
-
9966
-
cbb660963ee1
)
]
interface
IIterator
<
T
>
:
IInspectable
...
...
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