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. |
estack | Error stack identifier |
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. |