Function sapnwrfc::binding::RfcDestroyTable
[−]
[src]
pub unsafe extern "C" fn RfcDestroyTable(
tableHandle: RFC_TABLE_HANDLE,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Releases the memory of a table and all its lines.
\warning Be careful: if you still have a reference to a certain table line (an RFC_STRUCTURE_HANDLE you got from RfcGetCurrentRow() / RfcAppendNewRow() / RfcInsertNewRow()), this handle will be invalid after %RfcDestroyTable()! Using a handle to a table line after the table has been destroyed, will lead to a segmentation fault.
\in tableHandle The table to release. \out *errorInfo Nothing can go wrong here... \return RFC_RC