OH_ArkUI_XComponent_StopImageAnalyzer

Function OH_ArkUI_XComponent_StopImageAnalyzer 

Source
pub unsafe extern "C" fn OH_ArkUI_XComponent_StopImageAnalyzer(
    node: ArkUI_NodeHandle,
) -> i32
Available on crate feature api-18 only.
Expand description

Stop image analyzer for the specified XComponent instance created by the native API.

§Arguments

  • node - Indicates the pointer to the XComponent instance created by the native API.

§Returns

  • Returns the status code of the execution. [ARKUI_ERROR_CODE_NO_ERROR] the execution is successful.

[ARKUI_ERROR_CODE_PARAM_INVALID] component is nullptr or the type of node is not XComponent.

Available since API-level: 18