SysMemMove (FUN)

FUNCTION SysMemMove : POINTER TO BYTE

Copy the content from source (pSrc) to destination buffer (pDest). This routine works for overlapping buffers too in opposite to SysMemCpy! RETURN: Pointer to the destination buffer, where the move was done

InOut:

Scope

Name

Type

Comment

Return

SysMemMove

POINTER TO BYTE

Input

pDest

POINTER TO BYTE

Pointer to memory address to be moved to (target)

pSrc

POINTER TO BYTE

Pointer to memory address to be moved from (source)

udiCount

__XWORD

Number of bytes to be moveed