Function sapnwrfc::binding::RfcDestroyFunction [] [src]

pub unsafe extern "C" fn RfcDestroyFunction(
    funcHandle: RFC_FUNCTION_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Releases all memory used by the data container.

\warning Be careful: if you have obtained a handle to a structure (RFC_STRUCTURE_HANDLE) or table parameter (RFC_TABLE_HANDLE) from that function module, that handle will be invalid afterwards, as that memory will be released as well!

\in funcHandle Data container to release. \out *errorInfo Not much that can go wrong here. \return RFC_RC