ICDecompressEnd(3mms) — Subroutines
Name
ICDecompressEnd --- End decompression
Syntax
#include <mme/mme_api.h>
MMRESULT ICDecompressEnd(HIC hic)
Arguments
HIC hic
Specifies a handle to a decompressor.
Description
The ICDecompressEnd function tells a decompressor to end decompression.
Extensions
None.
Return Values
Returns ICERR_OK if the function is successful; otherwise, it returns the following error code:
ICERR_BADHANDLE@T{ The hic argument is invalid, the decompressor is not open, or the decompressor is not open for decompression. T}
See Also
ICCompressEnd(3mms), ICDecompress(3mms), ICDecompressBegin(3mms)