H5Pget_buffer
fn
size_t H5Pget_buffer(hid_t plist_id, void * * tconv, void * * bkg)Gets the data transfer buffer size.
Parameters
plist_id | Data transfer property list identifier |
tconv | Pointer to receive the type conversion buffer, or null |
bkg | Pointer to receive the background buffer, or null |
Returns
The buffer size on success, 0 on failure.