Function sapnwrfc::binding::RfcAddImplementedInterface
[−]
[src]
pub unsafe extern "C" fn RfcAddImplementedInterface(
classDesc: RFC_CLASS_DESC_HANDLE,
name: *mut RFC_CHAR,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Adds an interface to the list of implemented interfaces of the given class.
\in classDesc The class metadata description. \in name Name of implemented interface to be added. \out *errorInfo Not much can go wrong here except out of memory. \return RFC_RC