Show / Hide Table of Contents

    Enum H5E.direction_t

    Error stack traversal direction

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

    Fields

    Name Description
    H5E_WALK_DOWNWARD

    begin at API function, end deep [value = 1]

    H5E_WALK_UPWARD

    begin deep, end at API function [value = 0]

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