Searched refs:PathAddExtensionW (Results 1 – 12 of 12) sorted by relevance
/reactos/sdk/lib/pathcch/ |
H A D | pathcch.h | 236 #undef PathAddExtensionW 271 #pragma deprecated(PathAddExtensionW) 305 #define PathAddExtensionW PathAddExtension_instead_use_PathCchAddExtension; macro
|
/reactos/dll/cpl/appwiz/ |
H A D | createlink.c | 432 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 D | main.cpp | 235 PathAddExtensionW(DumpFilePath, L".dmp"); in WriteMinidump()
|
/reactos/sdk/lib/atl/ |
H A D | atlpath.h | 57 …inline BOOL PathAddExtensionX(LPWSTR pszPath, LPCWSTR pszExt) { return PathAddExtensionW(pszPath, … in PathAddExtensionX()
|
/reactos/base/applications/cmdutils/fc/ |
H A D | fc.c | 454 PathAddExtensionW(szPath1, pch); in FileCompareWildTitle()
|
/reactos/dll/win32/shdocvw/ |
H A D | CNSCBand.cpp | 632 PathAddExtensionW(szPath, L".lnk"); in _AddFavorite()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CFSFolder.cpp | 1587 PathAddExtensionW(szDest, ext); in SetNameOf()
|
/reactos/dll/win32/shlwapi/ |
H A D | shlwapi.spec | 584 583 stdcall PathAddExtensionW(wstr wstr)
|
H A D | path.c | 2638 BOOL WINAPI PathAddExtensionW(LPWSTR lpszPath, LPCWSTR lpszExtension) in PathAddExtensionW() function
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 819 PathAddExtensionW(
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 628 if (PathAddExtensionW(buffer, L".exe")) in SHELL_TryAppPathW()
|
/reactos/dll/win32/browseui/ |
H A D | shellbrowser.cpp | 3937 PathAddExtensionW(szPath, L".lnk"); in OnAddToFavorites()
|