Show / Hide Table of Contents

    Struct H5FD.file_image_callbacks_t

    Define structure to hold file image callbacks

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public struct file_image_callbacks_t

    Fields

    | Improve this Doc View Source

    image_free

    Declaration
    public H5FD.image_free_t image_free
    Field Value
    Type Description
    H5FD.image_free_t
    | Improve this Doc View Source

    image_malloc

    Declaration
    public H5FD.image_malloc_t image_malloc
    Field Value
    Type Description
    H5FD.image_malloc_t
    | Improve this Doc View Source

    image_memcpy

    Declaration
    public H5FD.image_memcpy_t image_memcpy
    Field Value
    Type Description
    H5FD.image_memcpy_t
    | Improve this Doc View Source

    image_realloc

    Declaration
    public H5FD.image_realloc_t image_realloc
    Field Value
    Type Description
    H5FD.image_realloc_t
    | Improve this Doc View Source

    udata

    Declaration
    public IntPtr udata
    Field Value
    Type Description
    IntPtr
    | Improve this Doc View Source

    udata_copy

    Declaration
    public H5FD.udata_copy_t udata_copy
    Field Value
    Type Description
    H5FD.udata_copy_t
    | Improve this Doc View Source

    udata_free

    Declaration
    public H5FD.udata_free_t udata_free
    Field Value
    Type Description
    H5FD.udata_free_t
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX