From cf011e8d8cc577b21d95bb521985b8bd4ffbd4bc Mon Sep 17 00:00:00 2001 From: SKY2001 Date: Wed, 11 Feb 2026 15:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SKY2001 --- .../ability/ability_runtime/child_process/native_child_process.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/c/ability/ability_runtime/child_process/native_child_process.h b/interfaces/kits/c/ability/ability_runtime/child_process/native_child_process.h index 12ce4cf7c8..1542ebbae8 100644 --- a/interfaces/kits/c/ability/ability_runtime/child_process/native_child_process.h +++ b/interfaces/kits/c/ability/ability_runtime/child_process/native_child_process.h @@ -494,6 +494,7 @@ Ability_NativeChildProcess_ErrCode OH_Ability_UnregisterNativeChildProcessExitCa * * @param pid Process ID of the target child process to terminate. * @return Returns {@link NCP_NO_ERROR} if the operation succeeds. + * Returns {@link NCP_ERR_SERVICE_ERROR} if system service error occurs. * Returns {@link NCP_ERR_INVALID_PID} if: * - The specified PID does not exist * - The PID is not a child process of the current process