Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5F_CLOSE


Syntax | Arguments | Keywords | Version History | See Also

The H5F_CLOSE procedure closes the specified file and releases resources used by it. After this routine is used, the file's identifier is no longer available until the H5F_CLOSE routine is used again to specify that file.

Syntax

H5F_CLOSE, File_id

Arguments

File_id

An integer representing the file's identifier to be closed.

Keywords

None.

Version History

Introduced 5.6

See Also

H5F_OPEN


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]