Searched refs:StrCpyW (Results 1 – 7 of 7) sorted by relevance
176 StrCpyW(dispName, L"Unknown Device"); in _ShowContextMenu()196 StrCpyW(g_strMenuSel, L"Unknown Device"); in _ShowContextMenu()
3457 StrCpyW(dst, src); in PathCreateFromUrlW()3485 StrCpyW(pszPath, tpath); in PathCreateFromUrlW()
514 LPWSTR WINAPI StrCpyW(LPWSTR lpszStr, LPCWSTR lpszSrc) in StrCpyW() function
788 786 stdcall StrCpyW(ptr wstr)
1977 #undef StrCpyW1978 #define StrCpyW StrCpyW_instead_use_StringCbCopyW_or_StringCchCopyW; macro
1537 LPWSTR WINAPI StrCpyW(_Out_ LPWSTR, _In_ LPCWSTR);
417 lpRes = StrCpyW(szBuff, szSrc); in test_StrCpyW()