Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5FD_ctl_memcpy_args_t Struct Reference

#include <src/H5FDpublic.h>

Detailed Description

Define structure to hold "ctl memory copy" parameters

Data Fields

void * dstbuf
 
hsize_t dst_off
 
const void * srcbuf
 
hsize_t src_off
 
size_t len
 

Field Documentation

◆ dst_off

hsize_t dst_off

Offset within destination buffer

◆ dstbuf

void* dstbuf

Destination buffer

◆ len

size_t len

Length of data to copy from source buffer

◆ src_off

hsize_t src_off

Offset within source buffer

◆ srcbuf

const void* srcbuf

Source buffer


The documentation for this struct was generated from the following file: