Last modified: May 2017
Name: H5PLinsert
Signature:
herr_t H5PLinsert( const char *plugin_path, unsigned int index )

Purpose:
Insert a plugin path at the specified index.

Description:
H5PLinsert inserts a plugin path at the specified index, moving other paths after the index.

Parameters:
const char *plugin_path     IN: The plugin path.
unsigned int  index     IN: The index.

Returns:
Returns a non-negative value if successful; otherwise returns a negative value.

History:
Release     C
1.10.1 Function introduced in this release.