Show / Hide Table of Contents

    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.UInt32 n

    Indexed position of the error in the stack.

    H5E.error_t err_desc

    Reference to a data structure describing the error.

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX