Sets the uncompressed and compressed lengths of a file
#include <nwfinfo.h>
int NWSetCompressedFileLengths (
int handle,
LONG uncompressedLength,
LONG compressedLength ;
(IN) Specifies the handle of the file for which to set the lengths.
(IN) Specifies the length of the file in an uncompressed state.
(IN) Specifies the length of the file after being compressed.
NWSetCompressedFileLengths sets the compressed and uncompressed lengths of a file.
NWSetCompressedFileLengths is useful for restoring directory entry information about files that have previously been backed up.
The uncompressedLength parameter is the length normally seen in normal directory listings.