H5Oget_native_info
fn
herr_t H5Oget_native_info(hid_t loc_id, H5O_native_info_t * oinfo, uint fields)Retrieves native file format information for an object.
Parameters
loc_id | Object identifier |
oinfo | Pointer to receive the native object info |
fields | Flags specifying which fields to fill (H5O_NATIVE_INFO) |
Returns
Non-negative on success, negative on failure.