H5Pget_buffer

fnsize_t H5Pget_buffer(hid_t plist_id, void * * tconv, void * * bkg)

Gets the data transfer buffer size.

Parameters

plist_idData transfer property list identifier
tconvPointer to receive the type conversion buffer, or null
bkgPointer to receive the background buffer, or null

Returns

The buffer size on success, 0 on failure.