Home
last modified time | relevance | path

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

/reactos/sdk/lib/pathcch/
H A Dpathcch.h236 #undef PathAddExtensionW
271 #pragma deprecated(PathAddExtensionW)
305 #define PathAddExtensionW PathAddExtension_instead_use_PathCchAddExtension; macro
/reactos/dll/cpl/appwiz/
H A Dcreatelink.c432 PathAddExtensionW(pContext->szDescription, in FinishDlgProc()
473 PathAddExtensionW(pContext->szLinkName, L".url"); in FinishDlgProc()
490 PathAddExtensionW(pContext->szLinkName, L".lnk"); in FinishDlgProc()
/reactos/base/applications/drwtsn32/
H A Dmain.cpp235 PathAddExtensionW(DumpFilePath, L".dmp"); in WriteMinidump()
/reactos/sdk/lib/atl/
H A Datlpath.h57 …inline BOOL PathAddExtensionX(LPWSTR pszPath, LPCWSTR pszExt) { return PathAddExtensionW(pszPath, … in PathAddExtensionX()
/reactos/base/applications/cmdutils/fc/
H A Dfc.c454 PathAddExtensionW(szPath1, pch); in FileCompareWildTitle()
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp632 PathAddExtensionW(szPath, L".lnk"); in _AddFavorite()
/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp1587 PathAddExtensionW(szDest, ext); in SetNameOf()
/reactos/dll/win32/shlwapi/
H A Dshlwapi.spec584 583 stdcall PathAddExtensionW(wstr wstr)
H A Dpath.c2638 BOOL WINAPI PathAddExtensionW(LPWSTR lpszPath, LPCWSTR lpszExtension) in PathAddExtensionW() function
/reactos/sdk/include/psdk/
H A Dshlwapi.h819 PathAddExtensionW(
/reactos/dll/win32/shell32/
H A Dshlexec.cpp628 if (PathAddExtensionW(buffer, L".exe")) in SHELL_TryAppPathW()
/reactos/dll/win32/browseui/
H A Dshellbrowser.cpp3937 PathAddExtensionW(szPath, L".lnk"); in OnAddToFavorites()