Function sapnwrfc::binding::RfcGetFieldDescByName [] [src]

pub unsafe extern "C" fn RfcGetFieldDescByName(
    typeHandle: RFC_TYPE_DESC_HANDLE,
    name: *const SAP_UC,
    fieldDescr: *mut RFC_FIELD_DESC,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Reads the field description of a field given by name.

\in typeHandle The type description. \in *name The name of the field of interest. \out *fieldDescr Will be filled with field's description. \out *errorInfo No such field? \return RFC_RC