|
ReactOS 0.4.17-dev-412-gcd609f4
|
#include <stdarg.h>#include <string.h>#include <stdlib.h>#include "wine/unicode.h"#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winreg.h"#include "winternl.h"#include "shlwapi.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | NO_SHLWAPI_STREAM |
| #define | GET_FUNC(func, module, name, fail) |
Typedefs | |
| typedef BOOL(WINAPI * | fnpIsNetDrive) (int) |
Variables | |
| static HMODULE | SHLWAPI_hshell32 |
| static fnpIsNetDrive | pIsNetDrive |
Definition at line 86 of file path.c.
Referenced by ATL::CPathT< StringType >::PathBuildRootX(), and test_PathBuildRootA().
Definition at line 105 of file path.c.
Referenced by IsLFNDriveW(), CDesktopBrowser::OnDeviceChange(), CDrivesFolder::ParseDisplayName(), CAddressEditBox::ParseNow(), ATL::CPathT< StringType >::PathBuildRootX(), and PathQualifyExW().
Definition at line 950 of file path.c.
Referenced by ATL::CPathT< StringType >::PathCompactPathX().
Definition at line 488 of file path.c.
Referenced by ATL::CPathT< StringType >::PathCompactPathExX().
Definition at line 513 of file path.c.
Referenced by PathCompactPathExA(), and ATL::CPathT< StringType >::PathCompactPathExX().
Definition at line 971 of file path.c.
Referenced by CZipExtract::CCompleteSettingsPage::OnSetActive(), PathCompactPathA(), ATL::CPathT< StringType >::PathCompactPathX(), and PathSetDlgItemPathW().
Definition at line 721 of file path.c.
Definition at line 747 of file path.c.
Referenced by GetTypeDescriptionByPath(), PathFileExistsDefExtAndAttributesW(), PathResolveW(), and SHGetFileDescriptionW().
Definition at line 248 of file path.c.
Definition at line 170 of file path.c.
Referenced by PathFileExistsDefExtA(), PathFileExistsDefExtAndAttributesW(), PathFindOnPathExA(), PathFindOnPathExW(), PathSearchOnExtensionsW(), and SHLWAPI_PathFindInOtherDirs().
Definition at line 445 of file path.c.
Definition at line 360 of file path.c.
Referenced by PathFindOnPathA().
Definition at line 404 of file path.c.
Referenced by PathFindOnPathW(), PathSearchOnExtensionsW(), ShellExecCmdLine(), SHEvaluateSystemCommandTemplate(), and WelcomeDlgProc().
Definition at line 456 of file path.c.
Referenced by DoEntry(), PathResolveW(), and SHELL_FindExecutable().
Definition at line 1449 of file path.c.
Definition at line 1480 of file path.c.
Definition at line 783 of file path.c.
Definition at line 802 of file path.c.
Definition at line 625 of file path.c.
Referenced by ATL::CPathT< StringType >::PathIsDirectoryX().
Definition at line 1387 of file path.c.
Referenced by move_dir_to_dir(), and PathIsDirectoryEmptyA().
Definition at line 669 of file path.c.
Referenced by CDirectoryList::AddPathsFromDirectory(), BrFolder_OnOK(), copy_file(), create_target_directory(), CreateDirectoryWatcherFromRegEntry(), DetermineDialogBoxType(), CAppScrnshotPreview::DisplayImage(), DoAddFilesFromItem(), DoBuildFilesAndDirs(), DoTestEntry(), CDeskLinkDropHandler::Drop(), CAddressEditBox::ExecuteCommandLine(), FILEDLG95_InitControls(), CFSFolder::GetCustomViewInfo(), getIconLocationForFolder(), CFileDefExt::Initialize(), InstallFontFiles(), PathIsDirectoryEmptyW(), ATL::CPathT< StringType >::PathIsDirectoryX(), CDirectoryWatcher::ProcessNotification(), SHAddToRecentDocs(), SHELL_execute(), SHExplorerParseCmdLine(), ShowCreateShortcutWizard(), WindowProc(), and wWinMain().
Definition at line 1308 of file path.c.
Definition at line 1334 of file path.c.
Definition at line 852 of file path.c.
Referenced by CViewStatePropertyBag::_IsSystemFolder().
Definition at line 877 of file path.c.
Referenced by ATL::CPathT< StringType >::PathMakePrettyX(), and test_PathMakePretty().
Definition at line 909 of file path.c.
Referenced by ATL::CPathT< StringType >::PathMakePrettyX().
Definition at line 1150 of file path.c.
Referenced by PathMakeSystemFolderA(), and SHCreatePropertyBagOnProfileSection().
Definition at line 130 of file path.c.
Referenced by ATL::CPathT< StringType >::PathRemoveArgsX().
Definition at line 153 of file path.c.
Referenced by RunOnceExEntry::Exec(), CAddressEditBox::ExecuteCommandLine(), CShellLink::OnNotify(), OpensWithExplorer(), ATL::CPathT< StringType >::PathRemoveArgsX(), SHELL_execute(), SHELL_translate_idlist(), ShellExecuteCommand(), and WelcomeDlgProc().
Definition at line 1246 of file path.c.
Definition at line 1264 of file path.c.
Referenced by PathSetDlgItemPathA().
Definition at line 1520 of file path.c.
Referenced by test_PathUndecorate().
Definition at line 1544 of file path.c.
Referenced by test_PathUndecorate().
Definition at line 1194 of file path.c.
Definition at line 1213 of file path.c.
Definition at line 1577 of file path.c.
Definition at line 1596 of file path.c.
Referenced by SHGetWebFolderFilePathA().
Definition at line 270 of file path.c.
Referenced by PathFindOnPathExA(), and PathFindOnPathExW().
Definition at line 1100 of file path.c.
Referenced by PathMakeSystemFolderW().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
|
static |
Definition at line 66 of file path.c.
Referenced by PathIsNetworkPathA(), and PathIsNetworkPathW().