H5Oget_native_info_by_name

fnherr_t H5Oget_native_info_by_name(hid_t loc_id, const char * name, H5O_native_info_t * oinfo, uint fields, hid_t lapl_id)

Retrieves native file format information for an object by name.

Parameters

loc_idLocation identifier
nameName of the object
oinfoPointer to receive the native object info
fieldsFlags specifying which fields to fill (H5O_NATIVE_INFO)
lapl_idLink access property list identifier

Returns

Non-negative on success, negative on failure.