Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_BCOPY()
Copy nBytes from pSrc buffer to pDest directly.
This function is not designed to be used with overlaped memory pointers.
If memory pointers can be overlaped, better to use _BMOVE() instead.
Syntax:
_BCOPY(pDest, pSrc , nBytes) -> pDest