ICClose(3mms) — Subroutines
Name
ICClose --- Close a compressor or decompressor
Syntax
#include <mme/mme_api.h>
MMRESULT ICClose(HIC hic)
Arguments
HIC hic
Specifies a handle to a compressor or decompressor.
Description
The ICClose function closes a compressor or decompressor.
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 or the compressor has already been closed. T}