Function sapnwrfc::binding::RfcGetRowType [] [src]

pub unsafe extern "C" fn RfcGetRowType(
    tableHandle: RFC_TABLE_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_TYPE_DESC_HANDLE

Returns a type description handle describing the line type (metadata) of this table.

\in tableHandle A table. \out *errorInfo Not much that can go wrong. \return A type description handle that provides information about this table's fields (for each field: fieldname, the field's datatype, length, offset, etc.)