Retrieve native file format information about an object
Procedure:
H5O_GET_NATIVE_INFO ( loc_id, oinfo, fields )
Signature:
herr_t H5Oget_native_info ( hid_t loc_id, H5O_native_info_t *oinfo, unsigned fields )
Parameters:
hid_t loc_id | IN: Identifier of the object |
H5O_native_info_t *oinfo | IN: Buffer in which to return native object information |
unsigned fields | IN: Flags to determine which fields in oinfo are filled in |
Description:
H5O_GET_NATIVE_INFO retrieves the native file format information for an object specified by loc_id.
The information is retrieved into the buffer specified by oinfo
, which is defined as a struct of type H5O_native_info_t:
Include Bitbucket Server for Confluence: File content cannot be shown
Unauthenticated access to this resource is not allowed. Please login to Confluence first.
The fields
parameter indicates which fields to fill in H5O_native_info_t. Possible values are:
Include Bitbucket Server for Confluence: File content cannot be shown
Unauthenticated access to this resource is not allowed. Please login to Confluence first.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
Include Bitbucket Server for Confluence: File content cannot be shown
Unauthenticated access to this resource is not allowed. Please login to Confluence first.
History:
Release | Change |
---|
1.12.0 | Function released in this version. |
--- Last Modified: June 02, 2020 | 09:17 AM