Show / Hide Table of Contents

    Delegate H5L.create_func_ascii_t

    Link creation callback

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

    ASCII strings ONLY!

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