Show / Hide Table of Contents

    Delegate H5L.move_func_ascii_t

    Callback for when the link is moved

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public delegate System.Int32 move_func_ascii_t(string new_name, System.Int64 new_loc, IntPtr lnkdata, System.IntPtr lnkdata_size);
    Parameters
    Type Name Description
    System.String new_name
    System.Int64 new_loc
    IntPtr lnkdata
    System.IntPtr lnkdata_size
    Returns
    Type Description
    System.Int32
    Remarks

    ASCII strings ONLY!

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