lr_unzip

Uncompresses the information in a parameter and stores the uncompressed information in another parameter.

C Language

int lr_unzip ( "source=<parameter  name>","target=<parameter name>" );
Example: lr_zip and lr_unzipParameter Functions

Arguments

NameComments
source The name of the parameter containing the compressed information.
targetThe name of the parameter to store the uncompressed information.

lr_unzip uncompresses the information in a parameter and stores the uncompressed information in another parameter.

Return Values

Returns LR_PASS on success.

Returns LR_FAIL if the source parameter does not exist or if the uncompression fails.

Parameterization

Standard parameterization does not apply to this function.