IWICPersistStream::SaveEx method (wincodecsdk.h)
Saves the IWICPersistStream to the given input IStream using the given parameters.
Syntax
HRESULT SaveEx(
[in] IStream *pIStream,
[in] DWORD dwPersistOptions,
[in] BOOL fClearDirty
);
Parameters
[in] pIStream
Type: IStream*
The stream to save to.
[in] dwPersistOptions
Type: DWORD
The WICPersistOptions to use when saving.
[in] fClearDirty
Type: BOOL
Indicates whether the "dirty" value will be cleared from all metadata after saving.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | wincodecsdk.h |
Library | Windowscodecs.lib |
DLL | Windowscodecs.dll |