Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_XXSTRCPY()
Copy a NULL terminated string pointed to by pSrc to pDest memory location.
_XXSTRCPY() will return ( pDst + nBytesCopied )
Syntax:
_XXSTRCPY( pDest, pSrc) -> pNEWDest