Show / Hide Table of Contents

    Struct H5T.hvl_t

    Variable Length Datatype struct in memory (This is only used for VL sequences, not VL strings, which are stored in byte[]'s)

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

    Fields

    | Improve this Doc View Source

    len

    Length of VL data (in base type units)

    Declaration
    public System.IntPtr len
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    p

    Pointer to VL data

    Declaration
    public IntPtr p
    Field Value
    Type Description
    IntPtr
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX