Home
last modified time | relevance | path

Searched refs:RtlStringCopyNExWorkerW (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/ddk/
H A Dntstrsafe.h70 NTSTRSAFEAPI RtlStringCopyNExWorkerW(STRSAFE_LPWSTR pszDest, size_t cchDest, size_t cbDest, STRSAFE…
495 …return RtlStringCopyNExWorkerW(pszDest, cchDest, cchDest * sizeof(wchar_t), pszSrc, cchToCopy, pps… in RtlStringCchCopyNExW()
569 …Status = RtlStringCopyNExWorkerW(pszDest, cchDest, cbDest, pszSrc, cchToCopy, ppszDestEnd, &cchRem… in RtlStringCbCopyNExW()
2160 NTSTRSAFEAPI RtlStringCopyNExWorkerW( in RtlStringCopyNExWorkerW() function
2750 …Status = RtlStringCopyNExWorkerW(pszDestEnd, cchRemaining, (cchRemaining * sizeof(wchar_t)) + (cbD… in RtlStringCatNExWorkerW()