ICCompressEnd(3mms) — Subroutines
Name
ICCompressEnd --- End compression
Syntax
#include <mme/mme_api.h>
MMRESULT ICCompressEnd(HIC hic)
Arguments
HIC hic
Specifies a handle to a compressor.
Description
The ICCompressEnd function ends compression by a compressor.
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 compressor is not open, or the compressor is not open for compression. T}
See Also
ICCompressBegin(3mms), ICCompress(3mms), ICDecompressEnd(3mms)