Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_BMOVE()
Copy nBytes from pSrc buffer to pDest ussing an intermediate buffer so it's save to use it with overlaped memory pointers.
Syntax:
_BMOVE(pDest, pSrc , nBytes) -> pDest