From 451574093438338a6c3b1bba0cd8922a1e45ecbe Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 23 May 2022 02:06:37 +0000 Subject: [PATCH] update zh-cn/native_sdk/ace/native_interface_xcomponent.h. Signed-off-by: LiAn --- zh-cn/native_sdk/ace/native_interface_xcomponent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/native_sdk/ace/native_interface_xcomponent.h b/zh-cn/native_sdk/ace/native_interface_xcomponent.h index 82fed4a9..fe0b19b0 100644 --- a/zh-cn/native_sdk/ace/native_interface_xcomponent.h +++ b/zh-cn/native_sdk/ace/native_interface_xcomponent.h @@ -48,9 +48,9 @@ extern "C" { * @version 1.0 */ enum { - /** Success result. */ + /** 成功结果。 */ OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, - /** Failed result. */ + /** 失败结果。*/ OH_NATIVEXCOMPONENT_RESULT_FAILED = -1, /** Invalid parameters. */ OH_NATIVEXCOMPONENT_RESULT_BAD_PARAMETER = -2, -- Gitee