Function sapnwrfc::binding::RfcGetRowCount [] [src]

pub unsafe extern "C" fn RfcGetRowCount(
    tableHandle: RFC_TABLE_HANDLE,
    rowCount: *mut c_uint,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Returns the number of rows in a table.

\in tableHandle A table. \out *rowCount The number of rows in the table. \out *errorInfo Not much that can go wrong. \return RFC_RC