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
add681ec
Commit
add681ec
authored
Aug 24, 2010
by
Vincent Povirk
Committed by
Alexandre Julliard
Oct 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add definition for IWICMetadataQueryReader.
parent
53a0bbbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
wincodec.idl
include/wincodec.idl
+22
-1
No files found.
include/wincodec.idl
View file @
add681ec
...
...
@@ -198,7 +198,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
cpp_quote
(
"#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c"
)
interface
IWICPalette
;
interface
IWICMetadataQueryReader
;
interface
IWICMetadataQueryWriter
;
[
...
...
@@ -391,6 +390,28 @@ interface IWICComponentInfo : IUnknown
[
object
,
uuid
(
30989668
-
e1c9
-
4597
-
b395
-
458
eedb808df
)
]
interface
IWICMetadataQueryReader
:
IUnknown
{
HRESULT
GetContainerFormat
(
[
out
]
GUID
*
pguidContainerFormat
)
;
HRESULT
GetLocation
(
[
in
]
UINT
cchMaxLength
,
[
in
,
out
,
unique
,
size_is
(
cchMaxLength
)
]
WCHAR
*
wzNamespace
,
[
out
]
UINT
*
pcchActualLength
)
;
HRESULT
GetMetadataByName
(
[
in
]
LPCWSTR
wzName
,
[
in
,
out
,
unique
]
PROPVARIANT
*
pvarValue
)
;
HRESULT
GetEnumerator
(
[
out
]
IEnumString
**
ppIEnumString
)
;
}
[
object
,
uuid
(
3b16811b
-
6
a43
-
4
ec9
-
a813
-
3
d930c13b940
)
]
interface
IWICBitmapFrameDecode
:
IWICBitmapSource
...
...
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