Show / Hide Table of Contents

    Enum H5T.conv_ret_t

    The return value from conversion callback function conv_except_func_t

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

    Fields

    Name Description
    ABORT

    abort conversion [value = -1]

    HANDLED

    callback function handled the exception successfully [value = 1]

    UNHANDLED

    callback function failed to handle the exception [value = 0]

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