Share via


IImageEncoder::TerminateEncoder (Compact 2013)

3/26/2014

This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.

This method is used to break the association between the image encoder and its output input data stream.

After calling this method, your application can call IImageEncoder::InitEncoder to associate another stream with the encoder object.

Syntax

HRESULT TerminateEncoder();

Parameters

None.

Return Value

If successful, this method returns S_OK.

Requirements

Header

imaging.h

Library

Imaging.lib

See Also

Reference

IImageEncoder
IImageEncoder::InitEncoder