H5VLtoken_to_str
fn
herr_t H5VLtoken_to_str(void * obj, hid_t connector_id, const(H5O_token_t) * token, char * * token_str)Converts an object token to a string through the VOL.
Parameters
obj | Object |
connector_id | VOL connector identifier |
token | Token |
token_str | Pointer to receive token string |
Returns
Non-negative on success, negative on failure.