formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory

fzrt_block_move_64

Description

version of that uses 64 bit byteCount parameter (ie > 2 GB)

Plugin Prototype

fzrt_error_td fzrt_block_move_64(

const void *

srcPtr,

void *

destPtr,

fzrt_int64

byteCount )

Parameters

srcPtr [Input]

pointer to source memory location

destPtr [Input]

pointer to destination memory location. Must be allocated by user

byteCount [Input]

size in bytes of memory to move

Availability

8.5.0.1

Function Set

fz_fzrt_mem_fset


Defined in

fzrt_api.h