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
SysMemCpyPOINTER TO BYTE
Input
pDestPOINTER TO BYTE
Pointer to memory address to be copied to (target)
pSrcPOINTER TO BYTE
Pointer to memory address to be copied from (source)
udiCount__XWORDNumber of bytes to be copied