---
title: 初始化插件
description: "初始化插件，传入包含数据路径和参数配置的上下文。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/kdcl/kdcl_kfzn_049.html
sourcePath: /source/zh/kunpengcctrustzone/tee/kdcl/kdcl_kfzn_049.html
indexId: 7a9068d341b35cb54374dfc5004e6f9330d49c5bc6231bcfd9e4f30f73c1b21457
---
# 初始化插件

初始化插件，传入包含数据路径和参数配置的上下文。

#### 函数原型

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


#### 参数说明

| 参数 | 参数类型 | 是否必选 | 描述 |
| --- | --- | --- | --- |
| context | void\* | 是 | 插件上下文，包含数据路径和参数配置 |


#### 返回值说明

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