Show / Hide Table of Contents

    Struct H5O.hdr_info_t

    Information struct for object header metadata (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public struct hdr_info_t

    Fields

    | Improve this Doc View Source

    flags

    Object header status flags

    Declaration
    public uint flags
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    mesg

    Declaration
    public H5O.hdr_info_t.mesg_t mesg
    Field Value
    Type Description
    H5O.hdr_info_t.mesg_t
    | Improve this Doc View Source

    nchunks

    Number of object header chunks

    Declaration
    public uint nchunks
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    nmesgs

    Number of object header messages

    Declaration
    public uint nmesgs
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    space

    Declaration
    public H5O.hdr_info_t.space_t space
    Field Value
    Type Description
    H5O.hdr_info_t.space_t
    | Improve this Doc View Source

    version

    Version number of header format in file

    Declaration
    public uint version
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX