Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dshellstring.c241 SHAnsiToUnicode(string, wString, len); in CheckEscapesA()
H A Dshellpath.c582 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 Dshellord.c2129 SHAnsiToUnicode(Str, szWide, _countof(szWide)); in PathIsTemporaryA()
/reactos/dll/win32/shell32/
H A Dchangenotify.cpp698 SHAnsiToUnicode((LPCSTR)dwItem1, szPath1, _countof(szPath1)); in SHChangeNotify()
703 SHAnsiToUnicode((LPCSTR)dwItem2, szPath2, _countof(szPath2)); in SHChangeNotify()
H A DCCopyMoveToMenu.cpp347 return SHAnsiToUnicode(GetVerb(), (LPWSTR)pszName, cchMax); in GetCommandString()
H A DCDefaultContextMenu.cpp1197 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 Dstubs.cpp113 SHAnsiToUnicode(lpPath, szPath, _countof(szPath)); in MakeShellURLFromPathA()
H A DCShellLink.cpp2683 else if (pszDirA && SHAnsiToUnicode(pszDirA, dir, _countof(dir))) in DoOpen()
/reactos/dll/win32/shlwapi/
H A Dutils.cpp93 if (pszVerb && SHAnsiToUnicode(pszVerb, wideverb, _countof(wideverb))) in SHInvokeCommandOnContextMenuInternal()
H A Dstring.c2667 DWORD WINAPI SHAnsiToUnicode(LPCSTR lpSrcStr, LPWSTR lpDstStr, int iLen) in SHAnsiToUnicode() function
2873 SHAnsiToUnicode(lpDst, szBuff, MAX_PATH); in DoesStringRoundTripW()
H A Dshlwapi.spec215 215 stdcall -noname SHAnsiToUnicode(str ptr long)
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h237 DWORD WINAPI SHAnsiToUnicode(LPCSTR lpSrcStr, LPWSTR lpDstStr, INT iLen);