Delegate H5E.auto_t
Callback for error handling.
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public delegate System.Int32 auto_t(System.Int64 estack, IntPtr client_data);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | estack | Error stack identifier |
| IntPtr | client_data | Pointer to client data in the format expected by the user-defined function. |
Returns
| Type | Description |
|---|---|
| System.Int32 | Returns a non-negative value if successful; otherwise returns a negative value. |