Function sapnwrfc::binding::RfcDescribeType [] [src]

pub unsafe extern "C" fn RfcDescribeType(
    dataHandle: DATA_CONTAINER_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_TYPE_DESC_HANDLE

Returns the metadata description of the given structure or table (RFC_STRUCTURE_HANDLE or RFC_TABLE_HANDLE).

\in dataHandle A structure or table. \out *errorInfo Can't possibly go wrong... \return The type description of the given structure (in case dataHandle is a structure), or the type description of the table line type (in case dataHandle is a table).