Delegate H5D.append_cb_t
Callback for
H5P.set_append_flush in a dataset access
property list
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public delegate System.Int32 append_cb_t(System.Int64 dataset_id, System.UInt64[] cur_dims, IntPtr op_data);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | dataset_id | |
| System.UInt64[] | cur_dims | |
| IntPtr | op_data |
Returns
| Type | Description |
|---|---|
| System.Int32 |