H5VLclose
fn
herr_t H5VLclose(hid_t connector_id) extern(C) @nogc nothrowCloses a VOL connector identifier.
This function decrements the reference count on a VOL connector ID. When the reference count reaches zero, the connector is freed.
Parameters
connector_id | VOL connector identifier to close |
Returns
Non-negative on success, negative on failure.