Jump to ...
Summary
Description
Example
Switch language ...
C
C++
FORTRAN
JAVA
Sets the sec2 driver
H5P_SET_FAPL_SEC2 ( fapl_id )
herr_t H5Pset_fapl_sec2( hid_t fapl_id )
Fortran90 Interface: h5pset_fapl_sec2_f SUBROUTINE h5pset_fapl_sec2_f(prp_id, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5pset_fapl_sec2_f
hid_t fapl_id IN: File access property list identifier
fapl_id
H5P_SET_FAPL_SEC2 modifies the file access property list to use the H5FD_SEC2 driver.
H5FD_SEC2
Returns a non-negative value if successful. Otherwise returns a negative value.
Coming Soon!
--- Last Modified: July 25, 2019 | 02:54 PM