H5VLdatatype_optional_op
fn
herr_t H5VLdatatype_optional_op(void * dt, hid_t connector_id, int opt_type,
hid_t dxpl_id, void * * req, ...)Performs an optional operation on a datatype using op type.
Parameters
dt | Datatype 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.