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
ed0a62ae
Commit
ed0a62ae
authored
Mar 02, 2019
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Mar 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IWMLicenseBackup related interface definitions.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4a6f002d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
wmsdkidl.idl
include/wmsdkidl.idl
+30
-0
No files found.
include/wmsdkidl.idl
View file @
ed0a62ae
...
...
@@ -1858,6 +1858,36 @@ interface IWMWriterPreprocess : IUnknown
[
in
]
DWORD
flags
)
;
}
;
[
object
,
uuid
(
05
e5ac9f
-
3
fb6
-
4508
-
bb43
-
a4067ba1ebe8
),
pointer_default
(
unique
),
local
]
interface
IWMLicenseBackup
:
IUnknown
{
HRESULT
BackupLicenses
(
[
in
]
DWORD
dwFlags
,
[
in
]
IWMStatusCallback
*
pCallback
)
;
HRESULT
CancelLicenseBackup
()
;
}
[
object
,
uuid
(
c70b6334
-
a22e
-
4
efb
-
a245
-
15
e65a004a13
),
pointer_default
(
unique
),
local
]
interface
IWMLicenseRestore
:
IUnknown
{
HRESULT
RestoreLicenses
(
[
in
]
DWORD
dwFlags
,
[
in
]
IWMStatusCallback
*
pCallback
)
;
HRESULT
CancelLicenseRestore
()
;
}
cpp_quote
(
"HRESULT WINAPI WMCheckURLExtension(LPCWSTR);"
)
cpp_quote
(
"HRESULT WINAPI WMCheckURLScheme(LPCWSTR);"
)
cpp_quote
(
"HRESULT WINAPI WMCreateWriter(IUnknown*,IWMWriter**);"
)
...
...
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