/
decompressBiodata

decompressBiodata

Declaration

HRESULT decompressBiodata([in, out] BSTR* Biodata);

Description

Call this procedure with the compressed biodata in Biodata, which you got from a file or from the procedure saveBiodata, and it will return the uncompressed biodata in the variable Biodata. Read more under StepOver Biodata.

Arguments

Biodata

Function receives compressed biodata in this argument and returns uncompressed biodata in the same argument.