---
title: 关闭数据集
description: "关闭指定数据集。"
url: https://www.hikunpeng.com/document/detail/zh/hpchistory/hpckit/develop2400/userg_hyperio_0097.html
sourcePath: /source/zh/hpchistory/hpckit/develop2400/userg_hyperio_0097.html
indexId: 80a6374a33829298e5c07647fab445763738c89526f662d4458aef5e97197e4564
---
# 关闭数据集

#### 函数定义

关闭指定数据集。

herr_t H5Dclose(hid_t datasetId )


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| datasetId | 数据集标识符。 | 整数 | 输入 |


#### 返回值

- 成功：返回非负值。
- 失败：返回负值。
