Skip to content
Snippets Groups Projects
Commit 2a5bb3d4 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

include: Add IWICStreamProvider definition.

parent 462b2e90
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,24 @@ interface IWICPersistStream : IPersistStream
[in] BOOL fClearDirty);
}
[
object,
uuid(449494bc-b468-4927-96d7-ba90d31ab505)
]
interface IWICStreamProvider : IUnknown
{
HRESULT GetStream(
[out] IStream **stream);
HRESULT GetPersistOptions(
[out] DWORD *options);
HRESULT GetPreferredVendorGUID(
[out] GUID *guid);
HRESULT RefreshStream();
}
[
object,
uuid(412d0c3a-9650-44fa-af5b-dd2a06c8e8fb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment