H5VLgroup_optional_op
fn
herr_t H5VLgroup_optional_op(void * grp, hid_t connector_id, int opt_type,
hid_t dxpl_id, void * * req, ...)Performs an optional operation on a group using op type.
Parameters
grp | Group object |
connector_id | VOL connector identifier |
opt_type | Optional operation type |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
arguments | Variable arguments for the operation |
Returns
Non-negative on success, negative on failure.