Struct H5L.info_t
Information struct for link (for H5Lget_info/H5Lget_info_by_idx)
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public struct info_t
Fields
| Improve this Doc View Sourcecorder
Creation order
Declaration
public Int64 corder
Field Value
Type | Description |
---|---|
Int64 |
corder_valid
Indicate if creation order is valid
Declaration
public System.UInt32 corder_valid
Field Value
Type | Description |
---|---|
System.UInt32 |
cset
Character set of link name
Declaration
public H5T.cset_t cset
Field Value
Type | Description |
---|---|
H5T.cset_t |
type
Type of link
Declaration
public H5L.type_t type
Field Value
Type | Description |
---|---|
H5L.type_t |
u
Address to which hard link points or size of a soft link or UD link value
Declaration
public H5L.info_t.u_t u
Field Value
Type | Description |
---|---|
H5L.info_t.u_t |