Function sapnwrfc::binding::RfcGetMetadataQuerySucceededEntry
[−]
[src]
pub unsafe extern "C" fn RfcGetMetadataQuerySucceededEntry(
handle: RFC_METADATA_QUERY_RESULT_HANDLE,
type_: RFC_METADATA_OBJ_TYPE,
index: c_uint,
succeedObj: *mut RFC_CHAR,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Returns a succeeded entry from the metadata query result
Returns the object name of a successfully queried object.
\in handle Handle to a metadata query result \in type Type of the requested object \in index Index of the requested object. Must be between 0 and "successful - 1", where "successful" is the value returned from RfcDescribeMetadataQueryResult() for the given RFC_METADATA_OBJ_TYPE. \inout *succeedObj Pointer to the allocated buffer to store the name of the metadata object \out *errorInfo More details in error case \return RFC_RC