IImageEncoder::TerminateEncoder (Windows CE 5.0)
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.
HRESULT TerminateEncoder();
Parameters
None.
Return Values
If successful, this method returns S_OK.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.
Link Library: Imaging.lib.
See Also
IImageEncoder | IImageEncoder::InitEncoder
Send Feedback on this topic to the authors