/
getBiodataString
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
, multiple selections available,
Related content
getBioData
getBioData
More like this
GetBioDataArrayEx
GetBioDataArrayEx
More like this
peekBiodataString
peekBiodataString
More like this
GetBioDataArrayItem
GetBioDataArrayItem
More like this
GetBioDataArrayItemEx
GetBioDataArrayItemEx
More like this
LoadBioData
LoadBioData
More like this