---
title: 停止插件
description: "停止插件，停止处理请求。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/kdcl/kdcl_kfzn_051.html
sourcePath: /source/zh/kunpengcctrustzone/tee/kdcl/kdcl_kfzn_051.html
indexId: 5166b25638522072661a82051b5f03fa23aa20df188cdae70508f3c480798c9557
---
# 停止插件

停止插件，停止处理请求。

#### 函数原型

```
uint32_t KdcPluginStop(void *context);
```


#### 参数说明

| 参数 | 参数类型 | 是否必选 | 描述 |
| --- | --- | --- | --- |
| context | void\* | 是 | 插件上下文 |


#### 返回值说明

| 返回值 | 含义 |
| --- | --- |
| 0 | 成功 |
| 非 0 | 失败 |
