lzexpand.h header

This header is used by Data Access and Storage. For more information, see:

lzexpand.h contains the following programming interfaces:

Functions

 
GetExpandedNameA

Retrieves the original name of a compressed file, if the file was compressed by the Lempel-Ziv algorithm. (ANSI)
GetExpandedNameW

Retrieves the original name of a compressed file, if the file was compressed by the Lempel-Ziv algorithm. (Unicode)
LZClose

Closes a file that was opened by using the LZOpenFile function.
LZCopy

Copies a source file to a destination file.
LZInit

Allocates memory for the internal data structures required to decompress files, and then creates and initializes them.
LZOpenFileA

Creates, opens, reopens, or deletes the specified file. (ANSI)
LZOpenFileW

Creates, opens, reopens, or deletes the specified file. (Unicode)
LZRead

Reads (at most) the specified number of bytes from a file and copies them into a buffer.
LZSeek

Moves a file pointer the specified number of bytes from a starting position.