Delegate H5L.delete_func_t
Callback for when the link is deleted
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public delegate System.Int32 delete_func_t(byte[] link_name, System.Int64 file, IntPtr lnkdata, System.IntPtr lnkdata_size);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | link_name | |
| System.Int64 | file | |
| IntPtr | lnkdata | |
| System.IntPtr | lnkdata_size |
Returns
| Type | Description |
|---|---|
| System.Int32 |