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
fe877fdf
Commit
fe877fdf
authored
Jan 06, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Aug 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IPackageStatics interface definition.
parent
c27f8f72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
windows.applicationmodel.idl
include/windows.applicationmodel.idl
+18
-0
No files found.
include/windows.applicationmodel.idl
View file @
fe877fdf
...
@@ -95,6 +95,16 @@ namespace Windows.ApplicationModel {
...
@@ -95,6 +95,16 @@ namespace Windows.ApplicationModel {
[
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
ApplicationModel.Package)
,
uuid
(
4
e534bdf
-
2960
-
4878
-
97
a4
-
9624
deb72f2d
)
]
interface
IPackageStatics
:
IInspectable
{
[
propget
]
HRESULT
Current
(
[
out
,
retval
]
Windows
.
ApplicationModel.Package
**
value
)
;
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
marshaling_behavior
(
agile
),
marshaling_behavior
(
agile
),
static
(
Windows
.
ApplicationModel.IPackageStatics
,
Windows
.
Foundation.UniversalApiContract
,
1.0
),
static
(
Windows
.
ApplicationModel.IPackageStatics
,
Windows
.
Foundation.UniversalApiContract
,
1.0
),
threading
(
both
)
threading
(
both
)
...
@@ -102,6 +112,14 @@ namespace Windows.ApplicationModel {
...
@@ -102,6 +112,14 @@ namespace Windows.ApplicationModel {
runtimeclass
Package
runtimeclass
Package
{
{
[
default
]
interface
Windows
.
ApplicationModel.IPackage;
[
default
]
interface
Windows
.
ApplicationModel.IPackage;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
interface
Windows
.
ApplicationModel.IPackage2;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
interface
Windows
.
ApplicationModel.IPackage3;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
)
]
interface
Windows
.
ApplicationModel.IPackageWithMetadata;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
3.0
)
]
interface
Windows
.
ApplicationModel.IPackage4;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
4.0
)
]
interface
Windows
.
ApplicationModel.IPackage5;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
7.0
)
]
interface
Windows
.
ApplicationModel.IPackage6;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
8.0
)
]
interface
Windows
.
ApplicationModel.IPackage7;
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
10.0
)
]
interface
Windows
.
ApplicationModel.IPackage8;
}
}
[
[
...
...
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