Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5O_GET_NATIVE_INFO

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_idIN: Identifier of the object
H5O_native_info_t *oinfoIN: Buffer in which to return native object information
unsigned fieldsIN: 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:
ReleaseChange
1.12.0Function released in this version.

--- Last Modified: June 02, 2020 | 09:17 AM