Function sapnwrfc::binding::RfcCloneTable
[−]
[src]
pub unsafe extern "C" fn RfcCloneTable(
srcTableHandle: RFC_TABLE_HANDLE,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_TABLE_HANDLE
Clones a table including all the data in it. (Use with care...)
\in srcTableHandle The table to duplicate. \out *errorInfo In case there is not enough memory. \return A handle to the cloned table.