Searched refs:SHAnsiToUnicode (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/win32/shell32/wine/ |
H A D | shellstring.c | 241 SHAnsiToUnicode(string, wString, len); in CheckEscapesA()
|
H A D | shellpath.c | 582 SHAnsiToUnicode(lpszPath, szBuffW, _countof(szBuffW)); in IsLFNDriveA() 812 SHAnsiToUnicode(pszPath, szPath, _countof(szPath)); in PathQualifyA() 865 SHAnsiToUnicode(path, pathW, _countof(pathW)); in PathResolveA()
|
H A D | shellord.c | 2129 SHAnsiToUnicode(Str, szWide, _countof(szWide)); in PathIsTemporaryA()
|
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 698 SHAnsiToUnicode((LPCSTR)dwItem1, szPath1, _countof(szPath1)); in SHChangeNotify() 703 SHAnsiToUnicode((LPCSTR)dwItem2, szPath2, _countof(szPath2)); in SHChangeNotify()
|
H A D | CCopyMoveToMenu.cpp | 347 return SHAnsiToUnicode(GetVerb(), (LPWSTR)pszName, cchMax); in GetCommandString()
|
H A D | CDefaultContextMenu.cpp | 1197 SHAnsiToUnicode(g_StaticInvokeCmdMap[i].szStringVerb, UnicodeStr, MAX_VERB); in MapVerbToCmdId() 1468 …lParam = SHAnsiToUnicode(lpcmi->lpParameters, lParamBuf, _countof(lParamBuf)) ? (LPARAM)lParamBuf … in _DoInvokeCommandCallback() 1674 … if (SHAnsiToUnicode(g_StaticInvokeCmdMap[i].szStringVerb, (LPWSTR)lpszName, uMaxNameLen)) in GetCommandString()
|
H A D | stubs.cpp | 113 SHAnsiToUnicode(lpPath, szPath, _countof(szPath)); in MakeShellURLFromPathA()
|
H A D | CShellLink.cpp | 2683 else if (pszDirA && SHAnsiToUnicode(pszDirA, dir, _countof(dir))) in DoOpen()
|
/reactos/dll/win32/shlwapi/ |
H A D | utils.cpp | 93 if (pszVerb && SHAnsiToUnicode(pszVerb, wideverb, _countof(wideverb))) in SHInvokeCommandOnContextMenuInternal()
|
H A D | string.c | 2667 DWORD WINAPI SHAnsiToUnicode(LPCSTR lpSrcStr, LPWSTR lpDstStr, int iLen) in SHAnsiToUnicode() function 2873 SHAnsiToUnicode(lpDst, szBuff, MAX_PATH); in DoesStringRoundTripW()
|
H A D | shlwapi.spec | 215 215 stdcall -noname SHAnsiToUnicode(str ptr long)
|
/reactos/sdk/include/reactos/ |
H A D | shlwapi_undoc.h | 237 DWORD WINAPI SHAnsiToUnicode(LPCSTR lpSrcStr, LPWSTR lpDstStr, INT iLen);
|