Show / Hide Table of Contents

    Delegate H5L.copy_func_t

    Callback for when the link is copied

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public delegate System.Int32 copy_func_t(byte[] new_name, System.Int64 new_loc, IntPtr lnkdata, System.IntPtr lnkdata_size);
    Parameters
    Type Name Description
    System.Byte[] new_name
    System.Int64 new_loc
    IntPtr lnkdata
    System.IntPtr lnkdata_size
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX