Function sapnwrfc::binding::RfcDestroyTypeDesc
[−]
[src]
pub unsafe extern "C" fn RfcDestroyTypeDesc(
typeHandle: RFC_TYPE_DESC_HANDLE,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Deletes the type 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.
\inout typeHandle The type description to be deleted. \out *errorInfo \return