LZDone

  VOID LZDone(void)    

The LZDone function frees buffers that the LZStart function allocated for multiple file-copy operations.

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Comments

Applications which copy multiple files should call LZStart before copying the files with the CopyLZFile function. This function (LZStart) allocates buffers for the file copy operations.

See Also

CopyLZFile, LZStart, LZCopy