H5Pget_size
fn
herr_t H5Pget_size(hid_t id, const char * name, size_t * size) extern(C) @nogc nothrowGets the size of a property in a property list.
Parameters
id | Property list or class identifier |
name | Name of property |
size | Pointer to receive the property size |
Returns
Non-negative on success, negative on failure.