IWICPersistStream::SaveEx method

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

pIStream [in]

Type: IStream*

The stream to save to.

dwPersistOptions [in]

Type: DWORD

The WICPersistOptions to use when saving.

fClearDirty [in]

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

Minimum supported client

Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Wincodecsdk.h

IDL

Wincodecsdk.idl

Library

Windowscodecs.lib

DLL

Windowscodecs.dll

 

 

Show: