Inserts a plugin path at the end of the list
Procedure:
H5PL_APPEND (search_path)
Signature:
herr_t H5PLappend( const char *plugin_path )
Parameters:
const char *search_path | IN: The plugin path |
Description:
H5PL_APPEND inserts a search path at the end of 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:52 PM