Searched refs:RtlStringCatNWorkerW (Results 1 – 1 of 1) sorted by relevance
76 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() function3328 #define RtlStringCatNWorkerW RtlStringCatNWorkerW_instead_use_StringCchCatNW_or_StringCbCatNW; macro