Inserts a plugin search path at the beginning of the list
Procedure:
H5PL_PREPEND (search_path)
Signature:
herr_t H5PLprepend( const char *search_path )
Parameters:
const char *search_path | IN: The plugin search path |
Description:
H5PL_PREPEND inserts a plugin search path at the beginning 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 | 01:16 PM