|
ReactOS 0.4.17-dev-243-g1369312
|
#include <precomp.h>#include <process.h>
Go to the source code of this file.
Classes | |
| class | CDrivesFolderEnum |
Macros | |
| #define | RETRY_COUNT 3 |
| #define | RETRY_SLEEP 250 |
| #define | CMDID_FORMAT 1 |
| #define | CMDID_EJECT 2 |
| #define | CMDID_DISCONNECT 3 |
Variables | |
| static int | iDriveIconIds [7] |
| static int | iDriveTypeIds [7] |
| static const REQUIREDREGITEM | g_RequiredItems [] |
| static const REGFOLDERINFO | g_RegFolderInfo |
| UINT | g_IsFloppyCache = 0 |
| static const shvheader | MyComputerSFHeader [] |
| static const DWORD | dwComputerAttributes |
| static const DWORD | dwControlPanelAttributes |
| static const DWORD | dwDriveAttributes |
| #define CMDID_DISCONNECT 3 |
| #define CMDID_EJECT 2 |
| #define CMDID_FORMAT 1 |
| #define RETRY_COUNT 3 |
Definition at line 206 of file CDrivesFolder.cpp.
| #define RETRY_SLEEP 250 |
Definition at line 207 of file CDrivesFolder.cpp.
| UINT _ILGetDriveType | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 156 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetAttributesOf(), and CDrivesFolder::GetDetailsEx().
|
inlinestatic |
Definition at line 148 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetDetailsEx().
| HRESULT CDrivesContextMenu_CreateInstance | ( | PCIDLIST_ABSOLUTE | pidlFolder, |
| HWND | hwnd, | ||
| UINT | cidl, | ||
| PCUITEMID_CHILD_ARRAY | apidl, | ||
| IShellFolder * | psf, | ||
| IContextMenu ** | ppcm | ||
| ) |
Definition at line 458 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetUIObjectOf().
| HRESULT CDrivesExtractIcon_CreateInstance | ( | IShellFolder * | psf, |
| LPCITEMIDLIST | pidl, | ||
| REFIID | riid, | ||
| LPVOID * | ppvOut | ||
| ) |
Definition at line 562 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetUIObjectOf().
Definition at line 228 of file CDrivesFolder.cpp.
Referenced by DrivesContextMenuCallback().
Definition at line 301 of file CDrivesFolder.cpp.
Referenced by DrivesContextMenuCallback().
Definition at line 289 of file CDrivesFolder.cpp.
Referenced by DoFormatDriveAsync().
| HRESULT CALLBACK DrivesContextMenuCallback | ( | IShellFolder * | psf, |
| HWND | hwnd, | ||
| IDataObject * | pdtobj, | ||
| UINT | uMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 307 of file CDrivesFolder.cpp.
Referenced by CDrivesContextMenu_CreateInstance().
Definition at line 104 of file CDrivesFolder.cpp.
Referenced by _ILGetDriveType(), CDrivesExtractIcon_CreateInstance(), DrivesContextMenuCallback(), GetCachedDriveType(), CDrivesFolder::GetDetailsOf(), CDrivesFolder::GetDisplayNameOf(), IsFloppyDrive(), and SHELL_GetAutoRunInfPath().
Definition at line 114 of file CDrivesFolder.cpp.
Definition at line 533 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetDisplayNameOf().
|
static |
Definition at line 87 of file CDrivesFolder.cpp.
Referenced by _ILGetDriveType(), GetCachedDriveType(), GetDrivePath(), IsFloppyDrive(), CDrivesFolder::MessageSFVCB(), and SHELL_GetAutoRunInfPath().
Definition at line 96 of file CDrivesFolder.cpp.
| INT8 GetDrivePath | ( | PCUITEMID_CHILD | pidl, |
| PWSTR | Path | ||
| ) |
Definition at line 136 of file CDrivesFolder.cpp.
Referenced by _ILGetRemovableTypeId(), CDrivesExtractIcon_CreateInstance(), CDrivesFolder::GetDetailsOf(), CDrivesFolder::GetDisplayNameOf(), and CDrivesFolder::SetNameOf().
|
static |
Definition at line 472 of file CDrivesFolder.cpp.
Referenced by CDrivesExtractIcon_CreateInstance().
Definition at line 510 of file CDrivesFolder.cpp.
Referenced by GetDriveLabel().
|
static |
Definition at line 539 of file CDrivesFolder.cpp.
Referenced by CDrivesExtractIcon_CreateInstance().
Definition at line 119 of file CDrivesFolder.cpp.
Referenced by _ILGetRemovableTypeId(), CDrivesExtractIcon_CreateInstance(), CDrivesFolder::GetDetailsOf(), CDrivesFolder::GetDisplayNameOf(), and SHELL_GetAutoRunInfPath().
|
static |
Definition at line 71 of file CDrivesFolder.cpp.
Referenced by IsRegItem().
|
static |
Definition at line 81 of file CDrivesFolder.cpp.
Returns true if the item should be hidden in DefView but not in the Explorer folder tree.
Definition at line 193 of file CDrivesFolder.cpp.
Referenced by CDesktopFolderViewCB::ShouldShow(), and CDrivesFolder::ShouldShow().
|
static |
Definition at line 167 of file CDrivesFolder.cpp.
Referenced by getIconLocationForDrive(), and getLabelForDriveFromAutoRun().
Definition at line 208 of file CDrivesFolder.cpp.
Referenced by DoEjectDrive().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 672 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetAttributesOf().
Definition at line 675 of file CDrivesFolder.cpp.
Referenced by CControlPanelFolder::GetAttributesOf(), and CDrivesFolder::GetAttributesOf().
Definition at line 677 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetAttributesOf().
| UINT g_IsFloppyCache = 0 |
Definition at line 102 of file CDrivesFolder.cpp.
Referenced by GetCachedDriveType(), IsFloppyDrive(), and CDrivesFolder::MessageSFVCB().
|
static |
Definition at line 62 of file CDrivesFolder.cpp.
|
static |
Definition at line 58 of file CDrivesFolder.cpp.
|
static |
Definition at line 40 of file CDrivesFolder.cpp.
Referenced by CDrivesExtractIcon_CreateInstance().
|
static |
Definition at line 49 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetDetailsOf(), and CDrivesFolder::GetDisplayNameOf().
Definition at line 664 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::CompareIDs(), CDrivesFolder::GetDefaultColumnState(), CDrivesFolder::GetDetailsOf(), and CDrivesFolder::MapColumnToSCID().