/
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.
, multiple selections available,
Related content
getBiodataString
getBiodataString
More like this
getBioData
getBioData
More like this
FreeBioDataArrayEx
FreeBioDataArrayEx
More like this
FreeBioDataArray
FreeBioDataArray
More like this
SOBioDecryptor (DLL interface)
SOBioDecryptor (DLL interface)
More like this
GetBioDataArrayEx
GetBioDataArrayEx
More like this