mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
include: Define IWICPersistStream.
This commit is contained in:
parent
952f97647c
commit
bb42f29092
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user