include: Define IWICPersistStream.

oldstable
Vincent Povirk 2011-11-15 12:53:06 -06:00 committed by Alexandre Julliard
parent 952f97647c
commit bb42f29092
1 changed files with 17 additions and 0 deletions

View File

@ -167,6 +167,23 @@ interface IWICMetadataBlockWriter : IWICMetadataBlockReader
[in] UINT nIndex);
}
[
object,
uuid(00675040-6908-45f8-86a3-49c7dfd6d9ad)
]
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(412d0c3a-9650-44fa-af5b-dd2a06c8e8fb)