Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dstrsafe.h127 STRSAFEAPI StringCatNWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,STRSAFE_LPCWSTR pszSrc,size_t cc…
409 return StringCatNWorkerW(pszDest,cchDest,pszSrc,cchToAppend); in StringCchCatNW()
429 return StringCatNWorkerW(pszDest,cchDest,pszSrc,cchToAppend); in StringCbCatNW()
1395 STRSAFEAPI StringCatNWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,STRSAFE_LPCWSTR pszSrc,size_t cc… in StringCatNWorkerW() function
1901 #define StringCatNWorkerW StringCatNWorkerW_instead_use_StringCchCatNW_or_StringCbCatNW; macro