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
1aadd3fc
Commit
1aadd3fc
authored
Jan 24, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Jan 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.Foundation.Collections.IObservableMap<K, V> definition.
parent
44906b60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
windows.foundation.collections.idl
include/windows.foundation.collections.idl
+13
-1
No files found.
include/windows.foundation.collections.idl
View file @
1aadd3fc
...
...
@@ -23,7 +23,7 @@
import
"inspectable.idl"
;
import
"asyncinfo.idl"
;
import
"windowscontracts.idl"
;
/*
import
"eventtoken.idl"
; */
import
"eventtoken.idl"
;
import
"ivectorchangedeventargs.idl"
;
namespace
Windows
{
...
...
@@ -167,6 +167,18 @@ cpp_quote("#endif")
[
contract
(
Windows
.
Foundation.FoundationContract
,
1.0
),
uuid
(
65
df2bf5
-
bf39
-
41b5
-
aebc
-
5
a9d865e472b
)
]
interface
IObservableMap
<
K
,
V
>
:
IInspectable
requires
Windows
.
Foundation.Collections.IMap<K
,
V
>
{
[
eventadd
]
HRESULT
MapChanged
(
[
in
]
Windows
.
Foundation.Collections.MapChangedEventHandler<K
,
V
>
*
handler
,
[
out
,
retval
]
EventRegistrationToken
*
token
)
;
[
eventremove
]
HRESULT
MapChanged
(
[
in
]
EventRegistrationToken
token
)
;
}
[
contract
(
Windows
.
Foundation.FoundationContract
,
1.0
),
uuid
(
bbe1fa4c
-
b0e3
-
4583
-
baef
-
1
f1b2e483e56
)
]
interface
IVectorView
<
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