---
title: mmpm_handler_destroy
description: "多模规则匹配引擎 。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/251RC1/ida/kunpeng_datadistribution_01_0014.html
sourcePath: /source/zh/kunpengboostkithistory/251RC1/ida/kunpeng_datadistribution_01_0014.html
indexId: 703392c9e106623a9671df31a9d3604722f2a39f251ed129cbc85108015a074f82
---
# mmpm_handler_destroy

#### 接口功能

多模规则匹配引擎 。


#### 接口定义

```
int mmpm_handler_destroy(mmpm_handler_t *handler);
```


#### 参数说明

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| handler | 匹配引擎句柄 | 非NULL | 输入 |


#### 返回值

- 成功：返回0。
- 失败：返回错误码。
