Show / Hide Table of Contents

    Delegate H5L.delete_func_t

    Callback for when the link is deleted

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