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