Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5D_GET_OFFSET

Returns dataset address in file

Procedure:

H5D_GET_OFFSET ( dset_id )

Signature:

haddr_t H5Dget_offset( hid_t dset_id )

Parameters:
hid_t  dset_id    IN: Dataset identifier

Description:
H5D_GET_OFFSET returns the address in the file of the dataset  dset_id . That address is expressed as the offset in bytes from the beginning of the file.

Returns:

Returns the offset in bytes; otherwise returns  HADDR_UNDEF , a negative value.

Example:

Coming Soon!

History:
Release    Change
1.6.0Function introduced in this release.

--- Last Modified: September 12, 2019 | 11:02 AM