H5VLobject_is_native
fn
herr_t H5VLobject_is_native(hid_t obj_id, hbool_t * is_native)Tests whether an object is a native HDF5 object.
Determines if the specified object is handled by the native HDF5 VOL connector.
Parameters
obj_id | Object identifier to test |
is_native | Pointer to receive the result (true if native) |
Returns
Non-negative on success, negative on failure.