Skip to main content

OH_UdsArrayBuffer_Destroy

Function OH_UdsArrayBuffer_Destroy 

Source
pub unsafe extern "C" fn OH_UdsArrayBuffer_Destroy(
    buffer: *mut OH_UdsArrayBuffer,
) -> c_int
Available on crate feature api-13 only.
Expand description

Destroy a pointer that points to the OH_UdsArrayBuffer instance.

§Arguments

§Returns

  • Returns the status code of the execution. See [Udmf_ErrCode]. [UDMF_E_OK] success. [UDMF_E_INVALID_PARAM] The error code for common invalid args. OH_UdsArrayBuffer Udmf_ErrCode

Available since API-level: 13