Jump to ...
Summary
Description
Example
Switch language ...
C
C++
FORTRAN
JAVA
Reads buffer settings
H5P_GET_BUFFER ( plist, tconv, bkg )
hsize_t H5Pget_buffer(hid_t plist, void **tconv, void **bkg )
Fortran90 Interface: h5pget_buffer_f SUBROUTINE h5pget_buffer_f(plist_id, size, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: plist_id ! Dataset transfer ! property list identifier INTEGER(HSIZE_T), INTENT(OUT) :: size ! Conversion buffer size INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5pget_buffer_f
plist
**tconv
**bkg
Returns buffer size, in bytes, if successful; otherwise 0 on failure.
Coming Soon!
--- Last Modified: June 27, 2019 | 03:41 PM