---
title: 关闭数据空间
description: "释放和终止对数据空间的访问。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0118.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0118.html
indexId: 3724ac774fb2585e9a3f2efa5d8eca5a3e2720a967af25f411fb4fcf3b396e6058
---
# 关闭数据空间

#### 函数定义

释放和终止对数据空间的访问。

herr_t H5Sclose(hid_t spaceId)


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| spaceId | 要释放的数据空间的标识符。 | 整数 | 输入 |


#### 返回值

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