Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_GET_LINK_CREATION_ORDER

Queries whether link creation order is tracked and/or indexed in a group

H5P_GET_LINK_CREATION_ORDER ( gcpl_id, crt_order_flags )

herr_t H5Pget_link_creation_order(
        hid_t gcpl_id,
        unsigned *crt_order_flags
    )
  

hid_t gcpl_idIN: Group or file creation property list identifier
unsigned *crt_order_flags    OUT: Creation order flag(s)

H5P_GET_LINK_CREATION_ORDER queries the group or file creation property list, gcpl_id, and returns a flag indicating whether link creation order is tracked and/or indexed in a group.

See H5P_SET_LINK_CREATION_ORDER for a list of valid creation order flags, as passed in crt_order_flags, and their meanings.

Returns a non-negative value if successful; otherwise returns a negative value.

Coming Soon!

Release    Change
1.8.0Function introduced in this release.

--- Last Modified: January 03, 2020 | 10:12 AM