Show / Hide Table of Contents

    Delegate H5L.query_func_ascii_t

    Callback for querying the link

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public delegate System.IntPtr query_func_ascii_t(string link_name, IntPtr lnkdata, System.IntPtr lnkdata_size, IntPtr buf, System.IntPtr buf_size);
    Parameters
    Type Name Description
    System.String link_name
    IntPtr lnkdata
    System.IntPtr lnkdata_size
    IntPtr buf
    System.IntPtr buf_size
    Returns
    Type Description
    System.IntPtr

    Returns the size of the buffer needed

    Remarks

    ASCII strings ONLY!

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