From bae24e3104353c0feca0fab3fe24af8efd04be6c Mon Sep 17 00:00:00 2001 From: ry521 Date: Thu, 19 Oct 2023 14:01:19 +0000 Subject: [PATCH] update common/include/dinput_errcode.h. Signed-off-by: ry521 --- common/include/dinput_errcode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/include/dinput_errcode.h b/common/include/dinput_errcode.h index 8d545bd..eb7053d 100644 --- a/common/include/dinput_errcode.h +++ b/common/include/dinput_errcode.h @@ -177,6 +177,9 @@ namespace DistributedInput { constexpr int32_t ERR_DH_INPUT_CLIENT_UNREGISTER_SESSION_STATE_FAIL = -67058; constexpr int32_t ERR_DH_INPUT_SRC_STUB_REGISTER_SESSION_STATE_FAIL = -67059; constexpr int32_t ERR_DH_INPUT_SRC_STUB_UNREGISTER_SESSION_STATE_FAIL = -67060; + constexpr int32_t ERR_DH_INPUT_SRC_ENABLE_PERMISSION_CHECK_FAIL = -67061; + constexpr int32_t ERR_DH_INPUT_SRC_ACCESS_PERMISSION_CHECK_FAIL = -67062; + constexpr int32_t ERR_DH_INPUT_SINK_ENABLE_PERMISSION_CHECK_FAIL = -67063; // Hidump Helper error code constexpr int32_t ERR_DH_INPUT_HIDUMP_INVALID_ARGS = -68000;