Home
last modified time | relevance | path

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

/reactos/sdk/include/ddk/
H A Dntstrsafe.h76 NTSTRSAFEAPI RtlStringCatNWorkerW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszSrc, s…
801 return RtlStringCatNWorkerW(pszDest, cchDest, pszSrc, cchToAppend); in RtlStringCchCatNW()
844 return RtlStringCatNWorkerW(pszDest, cchDest, pszSrc, cchToAppend); in RtlStringCbCatNW()
2548 NTSTRSAFEAPI RtlStringCatNWorkerW( in RtlStringCatNWorkerW() function
3328 #define RtlStringCatNWorkerW RtlStringCatNWorkerW_instead_use_StringCchCatNW_or_StringCbCatNW; macro