Show / Hide Table of Contents

    Enum H5.H5IterationResult

    Iteration callback values (Actually, any postive value will cause the iterator to stop and pass back that positive value to the function that called the iterator)

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public enum H5IterationResult : int

    Fields

    Name Description
    CONT

    Success and continue [value = 0].

    FAILURE

    Failure [value = -1].

    STOP

    Success and stop [value = 1].

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