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