/
GetBioDataArrayItem
GetBioDataArrayItem
Declaration
Delphi
function GetBioDataArrayItem(Data: PDataFrame; Index: Cardinal): PDataFrame;
C/C++
SOPAD_API SOPAD_TDataFrame* SOPAD_getBioDataArrayItem(LPVOID lpBioDataArray, DWORD dwIndex);
Description
Important: this function is obsolete. Use GetBioDataArrayItemEx.
This procedure returns a pointer to TDataFrame item inside biodata array returned by GetBioDataArray. User should not allocate or free the memory for data item.
Arguments
Data, lpBioDataArray
Pointer to array filled with TDataFrame's.
Index
Zero-based index of TDataFrame in array.
Return value
Pointer to a TDataFrame.