H5VLfile_create
fn
void * H5VLfile_create(hid_t connector_id, const char * name, uint flags,
hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id, void * * req)Creates a file through the VOL.
Parameters
connector_id | VOL connector identifier |
name | File name |
flags | File access flags |
fcpl_id | File creation property list |
fapl_id | File access property list |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
Returns
Pointer to file object on success, null on failure.