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
0454e046
Commit
0454e046
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 IWICColorTransform.
parent
631d9860
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
wincodec.idl
include/wincodec.idl
+13
-1
No files found.
include/wincodec.idl
View file @
0454e046
...
@@ -198,7 +198,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
...
@@ -198,7 +198,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
cpp_quote
(
"#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c"
)
cpp_quote
(
"#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c"
)
interface
IWICPalette
;
interface
IWICPalette
;
interface
IWICColorTransform
;
interface
IWICFastMetadataEncoder
;
interface
IWICFastMetadataEncoder
;
interface
IWICMetadataQueryReader
;
interface
IWICMetadataQueryReader
;
interface
IWICMetadataQueryWriter
;
interface
IWICMetadataQueryWriter
;
...
@@ -712,6 +711,19 @@ interface IWICBitmapClipper : IWICBitmapSource
...
@@ -712,6 +711,19 @@ interface IWICBitmapClipper : IWICBitmapSource
[
in
]
const
WICRect
*
prc
)
;
[
in
]
const
WICRect
*
prc
)
;
}
}
[
object
,
uuid
(
b66f034f
-
d0e2
-
40
ab
-
b436
-
6
de39e321a94
)
]
interface
IWICColorTransform
:
IWICBitmapSource
{
HRESULT
Initialize
(
[
in
]
IWICBitmapSource
*
pIBitmapSource
,
[
in
]
IWICColorContext
*
pIContextSource
,
[
in
]
IWICColorContext
*
pIContextDest
,
[
in
]
REFWICPixelFormatGUID
pixelFmtDest
)
;
}
cpp_quote
(
"DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);"
)
[
[
...
...
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