Removes the plugin path at a specified index
Procedure:
Signature:
herr_t H5PLremove( unsigned int index )
Parameters:
unsigned int index | IN: Index |
Description:
H5PL_REMOVE removes a plugin path at the specified index
and compacts the list.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.10.1 | Function introduced in this release. |
--- Last Modified: May 03, 2019 | 02:55 PM