Function sapnwrfc::binding::RfcAppendNewRows
[−]
[src]
pub unsafe extern "C" fn RfcAppendNewRows(
tableHandle: RFC_TABLE_HANDLE,
numRows: c_uint,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Appends a set of new empty rows at the end of the table and moves the table cursor to the first new row.
\in tableHandle The table to enlarge. \in numRows Number of rows to add. \out *errorInfo More information in case of errors (e.g. not enough memory). \return RFC_OK, RFC_INVALID_HANDLE or RFC_MEMORY_INSUFFICIENT.