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

_XSTCCPY()

Previous pageReturn to chapter overviewNext page

Copy a NULL terminated string pointed to by pSrc to pDest memory location stopping at nMax bytes if NULL not found before.

 

Syntax:

_XSTCCPY(pDest, pSrc, nMax) -> nBytesCopied