H5VLtoken_cmp

fnherr_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

objObject
connector_idVOL connector identifier
token1First token
token2Second token
cmp_valuePointer to receive comparison result

Returns

Non-negative on success, negative on failure.