<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
Hdf rm anchor
AnchorName
parameters
Parameters:
HTML Wrap
class
hdf-rm-section
const H5R_ref_t *src_ref_ptr
IN: Pointer to reference to copy H5R_ref_t is defined in H5Rpublic.h as: typedef unsigned char H5R_ref_t[H5R_REF_BUF_SIZE];
H5R_ref_t *dst_ref_ptr
OUT: Pointer to output reference H5R_ref_t is defined in H5Rpublic.h as: typedef unsigned char H5R_ref_t[H5R_REF_BUF_SIZE];
Hdf rm anchor
AnchorName
description
Description:
HTML Wrap
class
hdf-rm-section
H5R_COPY creates a copy of an existing reference. src_ref_ptr points to the reference to copy and dst_ref_ptr is the pointer to the destination reference.
Hdf rm anchor
AnchorName
returns
Returns:
HTML Wrap
class
hdf-rm-section
Returns a non-negative value if successful; otherwise returns a negative value.