Show / Hide Table of Contents

    Delegate H5L.elink_traverse_t

    Callback for external link traversal

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public delegate System.Int32 elink_traverse_t(string parent_file_name, byte[] parent_group_name, string child_file_name, byte[] child_object_name, ref uint acc_flags, System.Int64 fapl_id, IntPtr op_data);
    Parameters
    Type Name Description
    System.String parent_file_name
    System.Byte[] parent_group_name
    System.String child_file_name
    System.Byte[] child_object_name
    System.UInt32 acc_flags
    System.Int64 fapl_id
    IntPtr op_data
    Returns
    Type Description
    System.Int32
    Remarks

    File names MUST be ASCII strings.

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