The returned vector must be freed with H5LD_clean_vector().
H5LD_construct_vector
fn
void * H5LD_construct_vector(hid_t did, const char * fields)Constructs a vector of offsets/sizes for field access.
Creates a vector containing offsets and sizes for accessing specific fields within a compound datatype.
Parameters
did | Dataset identifier |
fields | Comma-separated list of field names |
Returns
Pointer to vector on success, NULL on failure.