Programmatically controlling dynamically loaded plugins (H5PL)
- H5PL_APPEND — Inserts a plugin path at the end of the list
- H5PL_GET — Queries the plugin path at the specified index
- H5PL_GET_LOADING_STATE — Queries the state of the loading of dynamic plugins
- H5PL_INSERT — Inserts a plugin search path at a specified index
- H5PL_PREPEND — Inserts a plugin search path at the beginning of the list
- H5PL_REMOVE — Removes the plugin path at a specified index
- H5PL_REPLACE — Replaces the path at the specified index
- H5PL_SET_LOADING_STATE — Controls the loading of dynamic plugin types
- H5PL_SIZE — Retrieves the number of stored plugin paths
--- Last Modified: August 23, 2019 | 10:10 AM