SysMemCpy
(FUN)
FUNCTION SysMemCpy : POINTER TO BYTE
Copy the content from source (pSrc) to destination buffer (pDest) RETURN: Pointer to the destination buffer, where the copy was done
- InOut:
Scope
Name
Type
Comment
Return
SysMemCpy
POINTER TO BYTE
Input
pDest
POINTER TO BYTE
Pointer to memory address to be copied to (target)
pSrc
POINTER TO BYTE
Pointer to memory address to be copied from (source)
udiCount
__XWORD
Number of bytes to be copied