Delegate H5Z.filter_func_t
Filter callback function definition
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public delegate H5Z.cb_return_t filter_func_t(H5Z.filter_t filter, IntPtr buf, System.IntPtr buf_size, IntPtr op_data);
Parameters
| Type | Name | Description |
|---|---|---|
| H5Z.filter_t | filter | |
| IntPtr | buf | |
| System.IntPtr | buf_size | |
| IntPtr | op_data |
Returns
| Type | Description |
|---|---|
| H5Z.cb_return_t |