win32lz.Copy

int = Copy(hSrc, hDest )

Copies a source file to a destination file.

Parameters

hSrc : int

The handle of the source file to copy.

hDest : int

The handle of the destination file.

Comments

If the source file is compressed with the Microsoft File Compression Utility (COMPRESS.EXE), this function creates a decompressed destination file. If the source file is not compressed, this function duplicates the original file.

Win32 API References

Search for LZCopy at msdn, google or google groups.