Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PL_PREPEND

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:

Coming Soon!

History:
Release    Change
1.10.1Function introduced in this release.

--- Last Modified: May 03, 2019 | 01:16 PM