---
title: aclrtDestroyStreamConfigHandle
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1664.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1664.html
indexId: 69725ff1a671a4124d19703cc43a35b86d150e8d3d1c63b91bdbf153ba7b801b68
---
# aclrtDestroyStreamConfigHandle

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas 350 加速卡 | x |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | x |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | x |
| Atlas 200I/500 A2 推理产品 | x |
| Atlas 推理系列产品 | x |
| Atlas 训练系列产品 | x |


#### 功能说明

销毁通过aclrtCreateStreamConfigHandle接口创建的aclrtStreamConfigHandle类型的数据。


#### 函数原型

```
aclError aclrtDestroyStreamConfigHandle(aclrtStreamConfigHandle *handle)
```


#### 参数说明

| 参数名 | 输入/输出 | 说明 |
| --- | --- | --- |
| handle | 输入 | 待销毁的aclrtStreamConfigHandle类型的指针。 |


#### 返回值说明

返回0表示成功，返回其他值表示失败，请参见aclError。
