H5Pget_filter2
fn
int H5Pget_filter2(hid_t plist_id, uint idx, uint * flags, size_t * cd_nelmts,
uint * cd_values, size_t namelen, char * name, uint * filter_config)Gets the filter information (version 2).
Parameters
plist_id | Property list identifier |
idx | Filter index |
flags | Pointer to receive filter flags |
cd_nelmts | Pointer to number of client data elements |
cd_values | Buffer to receive client data |
namelen | Length of name buffer |
name | Buffer to receive filter name |
filter_config | Pointer to receive filter configuration |
Returns
Filter identifier on success, H5Z_FILTER_ERROR on failure.