Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PL_REMOVE

Removes the plugin path at a specified index

Procedure:

H5PL_REMOVE (index)

Signature:

herr_t H5PLremove( unsigned int index )

Parameters:
unsigned int   index    IN: Index

Description:

 H5PL_REMOVE removes a plugin path at the specified  index  and compacts 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 | 02:55 PM