Replaces the path at the specified index
Procedure:
H5PL_REPLACE (search_path, index)
Signature:
herr_t H5PLreplace( const char *search_path, unsigned int index )
Parameters:
const char *search_path | IN: The plugin search path |
unsigned int index | IN: Index |
Description:
H5PL_REPLACE replaces a plugin path at the specified index.
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:54 PM