H5VLtoken_cmp
fn
herr_t H5VLtoken_cmp(void * obj, hid_t connector_id, const(H5O_token_t) * token1,
const(H5O_token_t) * token2, int * cmp_value)Compares two object tokens through the VOL.
Parameters
obj | Object |
connector_id | VOL connector identifier |
token1 | First token |
token2 | Second token |
cmp_value | Pointer to receive comparison result |
Returns
Non-negative on success, negative on failure.