IImageDecoder::TerminateDecoder (Windows CE 5.0)
This method is used to break the association between the image decoder and its input data stream.
After calling this method, your application can call IImageDecoder::InitDecoder to associate another stream with the decoder object.
HRESULT TerminateDecoder();
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
IImageDecoder | IImageDecoder::InitDecoder
Send Feedback on this topic to the authors