Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_XSTCCPY()
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