Function sapnwrfc::binding::RfcDescribeMetadataQueryResult
[−]
[src]
pub unsafe extern "C" fn RfcDescribeMetadataQueryResult(
handle: RFC_METADATA_QUERY_RESULT_HANDLE,
type_: RFC_METADATA_OBJ_TYPE,
successful: *mut c_uint,
failed: *mut c_uint,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Describes the metadata query result
Returns the number of succeeded and failed entries in the metadata query result. The entries' content can be read with RfcGetMetadataQueryFailedEntry() and RfcGetMetadataQuerySucceededEntry().
\in handle Handle to a metadata query result \in type Type of the metadata objects you are interested in \out *successful Number of metadata objects queried successfully \out *failed Number of metadata objects that could not be queried \out *errorInfo More details in error case \return RFC_RC