ICSeqCompressFrameEnd
The ICSeqCompressFrameEnd
function ends sequence compression that was initiated by using the ICSeqCompressFrameStart and ICSeqCompressFrame functions.
void ICSeqCompressFrameEnd(
|
PCOMPVARS pc |
|
|
); |
|
Parameters
pc
Address of a COMPVARS
structure used during sequence compression.
Return Values
This function
does not return a value.
Remarks
When finished
with compression, use the ICCompressorFree function to release the
resources specified by COMPVARS.
See Also