Purpose
Copies the content of the specified row in a table parameter to a specified memory area.
Syntax
void CopyLineFrom(int nIndex, void *pDestination);
Parameters
nIndex
: a zero-based integer specifying the desired row.pSource: a void pointer pointing to the memory area containing source data.
Exceptions
Throws const char* when RFC Library fails to copy line.
Description
The application progammer must make sure that the source data is valid.
Related Information
CopyLineTo