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 Sourcelen
Length of VL data (in base type units)
Declaration
public System.IntPtr len
Field Value
Type | Description |
---|---|
System.IntPtr |
p
Pointer to VL data
Declaration
public IntPtr p
Field Value
Type | Description |
---|---|
IntPtr |