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

_XXSTRCPY()

Previous pageReturn to chapter overviewNext page

Copy a NULL terminated string pointed to by pSrc to pDest memory location.

 

_XXSTRCPY() will return ( pDst + nBytesCopied )

 

Syntax:

_XXSTRCPY( pDest, pSrc) -> pNEWDest