Function sapnwrfc::binding::RfcDestroyFunctionDesc
[−]
[src]
pub unsafe extern "C" fn RfcDestroyFunctionDesc(
funcDesc: RFC_FUNCTION_DESC_HANDLE,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Deletes the function description and releases the allocated resources.
Only descriptions, which are not stored in a repository cache and not used by the application, can be deleted. Deleting a cached description will cause an error, and deleting a description that is still in use, will lead to a crash.