Delegate H5T.conv_except_func_t
Exception handler. If an exception like overflow happenes during
conversion, this function is called if it's registered through
H5P.set_type_conv_cb.
Assembly: HDF.PInvoke.dll
Syntax
public delegate H5T.conv_ret_t conv_except_func_t(H5T.conv_except_t except_type, System.Int64 src_id, System.Int64 dst_id, IntPtr src_buf, IntPtr dst_buf, IntPtr user_data);
Parameters
Type |
Name |
Description |
H5T.conv_except_t |
except_type |
|
System.Int64 |
src_id |
|
System.Int64 |
dst_id |
|
IntPtr |
src_buf |
|
IntPtr |
dst_buf |
|
IntPtr |
user_data |
|
Returns