/
GetBioDataArrayItemEx
GetBioDataArrayItemEx
Declaration
Delphi
function GetBioDataArrayItemEx(Data: PDataFrameEx; Index: Cardinal): PDataFrameEx;
C/C++
SOPAD_API SOPAD_TDataFrameEx* SOPAD_getBioDataArrayItemEx(LPVOID lpBioDataArrayEx, DWORD dwIndex);
Description
This procedure returns a pointer to TDataFrameEx item inside biodata array returned by GetBioDataArrayEx. User should not allocate or free the memory for data item.
Arguments
Data, lpBioDataArray
Pointer to array filled with TDataFrameEx.
Index
Zero-based index of TDataFrameEx in array.
Return value
Pointer to a TDataFrameEx.
, multiple selections available,
Related content
GetBioDataArrayItem
GetBioDataArrayItem
More like this
FreeBioDataArray
FreeBioDataArray
More like this
FreeBioDataArrayEx
FreeBioDataArrayEx
More like this
GetBioDataArrayEx
GetBioDataArrayEx
More like this
TFramesEx
TFramesEx
More like this
getBiodataString
getBiodataString
More like this