Function sapnwrfc::binding::RfcGetImplementedInterfacesCount [] [src]

pub unsafe extern "C" fn RfcGetImplementedInterfacesCount(
    classDesc: RFC_CLASS_DESC_HANDLE,
    implementedInterfacesCount: *mut c_uint,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Returns the number of parent interfaces of the given class.

\in classDesc The class metadata description. \out *implementedInterfacesCount Number of implemented interfaces. \out *errorInfo Should always be successful. \return RFC_RC