Navigation:  Reference > Functions By Category > Memory > Pointer Manipulation >

_BMOVE()

Previous pageReturn to chapter overviewNext page

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