H5VLobject_is_native

fnherr_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_idObject identifier to test
is_nativePointer to receive the result (true if native)

Returns

Non-negative on success, negative on failure.