Delegate H5E.walk_t
Callback for H5E.walk
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public delegate System.Int32 walk_t(uint n, ref H5E.error_t err_desc, IntPtr client_data);
Parameters
Type | Name | Description |
---|---|---|
System. |
n | Indexed position of the error in the stack. |
H5E. |
err_desc | Reference to a data structure describing the error. |
Int |
client_data | Pointer to client data in the format expected by the user-defined function. |
Returns
Type | Description |
---|---|
System. |
Returns a non-negative value if successful; otherwise returns a negative value. |