Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dordinal.c5748 StrCpyNW(pch, L".x", cch2); in SHPropertyBag_ReadPOINTL()
5753 StrCpyNW(pch, L".y", cch2); in SHPropertyBag_ReadPOINTL()
5815 StrCpyNW(pch, L".left", cch2); in SHPropertyBag_ReadRECTL()
5820 StrCpyNW(pch, L".top", cch2); in SHPropertyBag_ReadRECTL()
5825 StrCpyNW(pch, L".right", cch2); in SHPropertyBag_ReadRECTL()
5830 StrCpyNW(pch, L".bottom", cch2); in SHPropertyBag_ReadRECTL()
6122 StrCpyNW(pch, L".x", cch2); in SHPropertyBag_WritePOINTL()
6127 StrCpyNW(pch, L".y", cch2); in SHPropertyBag_WritePOINTL()
6131 StrCpyNW(pch, L".x", cch2); in SHPropertyBag_WritePOINTL()
6191 StrCpyNW(pch, L".left", cch2); in SHPropertyBag_WriteRECTL()
[all …]
H A Dpropbag.cpp839 StrCpyNW(pszSection, pszStart, min(cchSep, cchSectionMax)); in _GetSectionAndName()
840 StrCpyNW(pszName, pchSep + 1, cchNameMax); in _GetSectionAndName()
846 StrCpyNW(pszSection, m_pszSection, cchSectionMax); in _GetSectionAndName()
847 StrCpyNW(pszName, pszStart, cchNameMax); in _GetSectionAndName()
985 StrCpyNW(szBuff, lpFileName, _countof(szBuff)); in SHCreatePropertyBagOnProfileSection()
H A Dthread.c504 StrCpyNW(szBuff + iPrefixLen, lpszName, iBuffLen - iPrefixLen); in SHGlobalCounterCreateNamedW()
H A Dstring.c536 LPWSTR WINAPI StrCpyNW(LPWSTR dst, LPCWSTR src, int count) in StrCpyNW() function
1460 StrCpyNW(lpszStr + iLen, lpszCat, cchMax); in StrCatBuffW()
1825 StrCpyNW(lpszStr + strlenW(lpszStr), lpszCat, cchMax); in StrNCatW()
H A Dshlwapi.spec787 785 stdcall StrCpyNW(ptr wstr long)
H A Dpath.c3441 StrCpyNW(dst, pszUrl, len + 1); in PathCreateFromUrlW()
/reactos/modules/rostests/winetests/shlwapi/
H A Dstring.c1020 StrCpyNW(wbuf, (LPCWSTR)0x1, 10); in test_StrXXX_overflows()
1021 StrCpyNW((LPWSTR)0x1, wstr1, 10); in test_StrXXX_overflows()
1025 expect_eq(StrCpyNW(wbuf, (LPCWSTR)0x1, 1), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows()
1030 expect_eq(StrCpyNW(wbuf, 0, 10), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows()
1035 expect_eq(StrCpyNW(wbuf, 0, 0), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows()
1040 expect_eq(StrCpyNW(wbuf, wstr1, 0), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows()
1045 expect_eq(StrCpyNW(wbuf, wstr1, 10), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows()
/reactos/dll/win32/shell32/
H A Dshell32.spec378 378 stdcall StrCpyNW(wstr wstr long) shlwapi.StrCpyNW
384 384 stdcall StrNCpyW(wstr wstr long) shlwapi.StrCpyNW
H A Dshlfileop.cpp2262 StrCpyNW(temppath, path, len); in SHPathPrepareForWriteW()
H A Dshlexec.cpp3000 StrCpyNW(szPath, pszCmdLine, _countof(szPath)); in ShellExec_RunDLL_Helper()
/reactos/dll/shellext/zipfldr/
H A DCZipExtract.cpp625 StrCpyNW(StrippedPath, FullPath, _countof(StrippedPath)); in Extract()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c1869 StrCpyNW(szPath, pszStart, min(*pcch, _countof(szPath))); in Shell_ParseSpecialFolder()
/reactos/sdk/include/psdk/
H A Dshlwapi.h1541 LPWSTR WINAPI StrCpyNW(_Out_writes_(cchMax) LPWSTR, _In_ LPCWSTR, int cchMax);