Function sapnwrfc::binding::RfcDestroyClassDesc [] [src]

pub unsafe extern "C" fn RfcDestroyClassDesc(
    classHandle: RFC_CLASS_DESC_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Deletes the class 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.

\in classHandle The class description to be deleted. \out *errorInfo More details in case the description can not be destroyed. \return RFC_RC