[svn-r3666]
Purpose:
Bugfixes and a new description of file-closing behavior.
Description:
h5.intro.html -- Fixed HTML coding errors.
RM_H5.html -- H5close -- Corrected typo.
RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if
any OIDs for contained objects are still open.
RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that
this did not get updated in synchrony with H5Tset_strpad.
H5Tset_strpad -- Corrected 'strpad' parameter description.
RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id
parameter.
RM_H5P.html -- H5Pget_driver -- Corrected return type.
Platforms tested:
IE 5
This commit is contained in:
@@ -444,6 +444,18 @@ facilitate moving easily between them.</i>
|
||||
(But the file identifier is no longer valid and cannot be used.)
|
||||
Once all of the remaining access identifiers are closed,
|
||||
the file will be fully closed and access will end.
|
||||
<p>
|
||||
<strong>EXCEPTION:</strong>
|
||||
Note the following deviation from the above-described behavior.
|
||||
If <code>H5close</code> is called for a file but one or more
|
||||
objects within the file remain open, those objects will remain
|
||||
accessible until they are individually closed.
|
||||
Thus, if the dataset <code>data_sample</code> is open when
|
||||
<code>H5close</code> is called for the file containing it,
|
||||
<code>data_sample</code> will remain open and accessible
|
||||
(including writable) until it is explicitely closed.
|
||||
The file will be automatically closed once all objects in the
|
||||
file have been closed.
|
||||
<dt><strong>Parameters:</strong>
|
||||
<dl>
|
||||
<dt><em>hid_t</em> <code>file_id</code>
|
||||
|
||||
Reference in New Issue
Block a user