getBiodataString
Declaration
Delphi
function GetBioDataString: PChar;
C/C++
SOPAD_API char* SOPAD_GetBioDataString();
ActiveX
HRESULT getBiodataString([in, out] BSTR* Biodata);
Description
This procedure returns uncompressed biodata in the variable Biodata and clears all biodata in memory. Be sure to call it after stopRead. Read more under StepOver Biodata.
Return value
Function returns biodata string.
See also
peekBiodataString