Delegate H5T.conv_t
Assembly: HDF.PInvoke.dll
Syntax
public delegate System.Int32 conv_t(System.Int64 src_id, System.Int64 dst_id, ref H5T.cdata_t cdata, System.IntPtr nelmts, System.IntPtr buf_stride, System.IntPtr bkg_stride, IntPtr buf, IntPtr bkg, System.Int64 dset_xfer_plist = null);
Parameters
| Type |
Name |
Description |
| System.Int64 |
src_id |
|
| System.Int64 |
dst_id |
|
| H5T.cdata_t |
cdata |
|
| System.IntPtr |
nelmts |
|
| System.IntPtr |
buf_stride |
|
| System.IntPtr |
bkg_stride |
|
| IntPtr |
buf |
|
| IntPtr |
bkg |
|
| System.Int64 |
dset_xfer_plist |
|
Returns
| Type |
Description |
| System.Int32 |
|