Function sapnwrfc::binding::RfcGetImplementedInterfaceByIndex [] [src]

pub unsafe extern "C" fn RfcGetImplementedInterfaceByIndex(
    classDesc: RFC_CLASS_DESC_HANDLE,
    index: c_uint,
    name: *mut RFC_CHAR,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Returns the implemented interfaces of the given class.

\in classDesc The class metadata description. \in index Index of the implemented interface. \out name Buffer for the implemented interface's name. \out *errorInfo Index out of bounds? \return RFC_RC