Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PL_INSERT

Inserts a plugin search path at a specified index

Procedure:

H5PL_INSERT (search_path, index)

Signature:

herr_t H5PLinsert( const char *search_path, unsigned int index )

Parameters:
const char *search_path    IN: The plugin search path
unsigned int  index    IN: The index

Description:

 H5PL_INSERT inserts a plugin path at the specified index, moving other paths after the index.

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 | 02:53 PM