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
bb42f290
Commit
bb42f290
authored
Nov 15, 2011
by
Vincent Povirk
Committed by
Alexandre Julliard
Nov 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Define IWICPersistStream.
parent
952f9764
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
wincodecsdk.idl
include/wincodecsdk.idl
+17
-0
No files found.
include/wincodecsdk.idl
View file @
bb42f290
...
...
@@ -169,6 +169,23 @@ interface IWICMetadataBlockWriter : IWICMetadataBlockReader
[
object
,
uuid
(
00675040
-
6908
-
45
f8
-
86
a3
-
49
c7dfd6d9ad
)
]
interface
IWICPersistStream
:
IPersistStream
{
HRESULT
LoadEx
(
[
in
,
unique
]
IStream
*
pIStream
,
[
in
,
unique
]
const
GUID
*
pguidPreferredVendor
,
[
in
]
DWORD
dwPersistOptions
)
;
HRESULT
SaveEx
(
[
in
]
IStream
*
pIStream
,
[
in
]
DWORD
dwPersistOptions
,
[
in
]
BOOL
fClearDirty
)
;
}
[
object
,
uuid
(
412
d0c3a
-
9650
-
44
fa
-
af5b
-
dd2a06c8e8fb
)
]
interface
IWICComponentFactory
:
IWICImagingFactory
...
...
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