Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 379 of file ntstrsafe.h.
{ if (cchDest > NTSTRSAFE_MAX_CCH) return STATUS_INVALID_PARAMETER; return RtlStringCatNWorkerW(pszDest,cchDest,pszSrc,cchToAppend); }