formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
Move the contents of memory. This will copy the contents of memory from one pointer to another. This call will move memory in the most efficient manner and handles blocks of overlapping memory.
Plugin Prototype
fzrt_error_td fzrt_block_move(
const void * | srcPtr, |
void * | destPtr, |
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
5.0.0.0
Function Set
Defined in