diff --git a/zh-cn/native_sdk/ace/native_interface_xcomponent.h b/zh-cn/native_sdk/ace/native_interface_xcomponent.h index 82fed4a92f8854147d215db9fe19588dbd9358d1..fe0b19b0a7951f640966881a386c028a3028cfdb 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,