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
ebb0a399
Commit
ebb0a399
authored
Aug 01, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Aug 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IDeviceInformationStatics interface definition.
parent
db53e46b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
windows.devices.enumeration.idl
include/windows.devices.enumeration.idl
+38
-0
No files found.
include/windows.devices.enumeration.idl
View file @
ebb0a399
...
@@ -195,6 +195,44 @@ namespace Windows.Devices.Enumeration {
...
@@ -195,6 +195,44 @@ namespace Windows.Devices.Enumeration {
[
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
Devices.Enumeration.DeviceInformation)
,
exclusiveto
(
Windows
.
Devices.Enumeration.DeviceInformation)
,
uuid
(
c17f100e
-
3
a46
-
4
a78
-
8013
-
769
dc9b97390
)
]
interface
IDeviceInformationStatics
:
IInspectable
{
[
overload
(
"CreateFromIdAsync"
)
]
HRESULT
CreateFromIdAsync
(
[
in
]
HSTRING
id
,
[
out
,
retval
]
Windows
.
Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformation
*
>
**
op
)
;
[
overload
(
"CreateFromIdAsync"
)
]
HRESULT
CreateFromIdAsyncAdditionalProperties
(
[
in
]
HSTRING
id
,
[
in
]
Windows
.
Foundation.Collections.IIterable<HSTRING>
*
additional_properties
,
[
out
,
retval
]
Windows
.
Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformation
*
>
**
op
)
;
[
overload
(
"FindAllAsync"
)
]
HRESULT
FindAllAsync
(
[
out
,
retval
]
Windows
.
Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection
*
>
**
op
)
;
[
overload
(
"FindAllAsync"
),
default_overload
]
HRESULT
FindAllAsyncDeviceClass
(
[
in
]
Windows
.
Devices.Enumeration.DeviceClass
device_class
,
[
out
,
retval
]
Windows
.
Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection
*
>
**
op
)
;
[
overload
(
"FindAllAsync"
)
]
HRESULT
FindAllAsyncAqsFilter
(
[
in
]
HSTRING
filter
,
[
out
,
retval
]
Windows
.
Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection
*
>
**
op
)
;
[
overload
(
"FindAllAsync"
)
]
HRESULT
FindAllAsyncAqsFilterAndAdditionalProperties
(
[
in
]
HSTRING
filter
,
[
in
]
Windows
.
Foundation.Collections.IIterable<HSTRING>
*
additional_properties
,
[
out
,
retval
]
Windows
.
Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection
*
>
**
op
)
;
[
overload
(
"CreateWatcher"
)
]
HRESULT
CreateWatcher
(
[
out
,
retval
]
Windows
.
Devices.Enumeration.DeviceWatcher
**
watcher
)
;
[
overload
(
"CreateWatcher"
),
default_overload
]
HRESULT
CreateWatcherDeviceClass
(
[
in
]
Windows
.
Devices.Enumeration.DeviceClass
device_class
,
[
out
,
retval
]
Windows
.
Devices.Enumeration.DeviceWatcher
**
watcher
)
;
[
overload
(
"CreateWatcher"
)
]
HRESULT
CreateWatcherAqsFilter
(
[
in
]
HSTRING
filter
,
[
out
,
retval
]
Windows
.
Devices.Enumeration.DeviceWatcher
**
watcher
)
;
[
overload
(
"CreateWatcher"
)
]
HRESULT
CreateWatcherAqsFilterAndAdditionalProperties
(
[
in
]
HSTRING
filter
,
[
in
]
Windows
.
Foundation.Collections.IIterable<HSTRING>
*
additional_properties
,
[
out
,
retval
]
Windows
.
Devices.Enumeration.DeviceWatcher
**
watcher
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
Devices.Enumeration.DeviceInformation)
,
uuid
(
493b4
f34
-
a84f
-
45
fd
-
9167
-
15
d1cb1bd1f9
)
uuid
(
493b4
f34
-
a84f
-
45
fd
-
9167
-
15
d1cb1bd1f9
)
]
]
interface
IDeviceInformationStatics2
:
IInspectable
interface
IDeviceInformationStatics2
:
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