ICSeqCompressFrameEnd  1_P.RT 

The ICSeqCompressFrameEnd function ends sequence compression that was initiated by using the ICSeqCompressFrameStartEVIRSV and ICSeqCompressFrame7QEFLV 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

ICSeqCompressFrameStart, ICSeqCompressFrame, COMPVARS, ICCompressorFree