ReactOS 0.4.15-dev-5865-g640e228
|
#include <precomp.h>
#include <process.h>
Go to the source code of this file.
Classes | |
struct | THREAD_PARAMS |
class | CDrivesFolderEnum |
Macros | |
#define | RETRY_COUNT 3 |
#define | RETRY_SLEEP 250 |
#define | CMDID_FORMAT 1 |
#define | CMDID_EJECT 2 |
#define | CMDID_DISCONNECT 3 |
#define | MYCOMPUTERSHELLVIEWCOLUMNS 5 |
Variables | |
static int | iDriveIconIds [7] |
static int | iDriveTypeIds [7] |
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 MYCOMPUTERSHELLVIEWCOLUMNS 5 |
Definition at line 575 of file CDrivesFolder.cpp.
#define RETRY_COUNT 3 |
Definition at line 62 of file CDrivesFolder.cpp.
#define RETRY_SLEEP 250 |
Definition at line 63 of file CDrivesFolder.cpp.
HRESULT CDrivesContextMenu_CreateInstance | ( | PCIDLIST_ABSOLUTE | pidlFolder, |
HWND | hwnd, | ||
UINT | cidl, | ||
PCUITEMID_CHILD_ARRAY | apidl, | ||
IShellFolder * | psf, | ||
IContextMenu ** | ppcm | ||
) |
Definition at line 408 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetUIObjectOf().
HRESULT CDrivesExtractIcon_CreateInstance | ( | IShellFolder * | psf, |
LPCITEMIDLIST | pidl, | ||
REFIID | riid, | ||
LPVOID * | ppvOut | ||
) |
Definition at line 490 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetUIObjectOf().
Definition at line 84 of file CDrivesFolder.cpp.
Referenced by DrivesContextMenuCallback().
Definition at line 239 of file CDrivesFolder.cpp.
Referenced by DrivesContextMenuCallback().
HRESULT CALLBACK DrivesContextMenuCallback | ( | IShellFolder * | psf, |
HWND | hwnd, | ||
IDataObject * | pdtobj, | ||
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 258 of file CDrivesFolder.cpp.
Referenced by CDrivesContextMenu_CreateInstance().
Definition at line 147 of file CDrivesFolder.cpp.
Referenced by format_drive_thread().
Definition at line 164 of file CDrivesFolder.cpp.
Referenced by format_drive_thread().
Definition at line 183 of file CDrivesFolder.cpp.
Referenced by DoFormatDrive().
|
static |
Definition at line 424 of file CDrivesFolder.cpp.
Referenced by CDrivesExtractIcon_CreateInstance().
Definition at line 467 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetDisplayNameOf().
Definition at line 372 of file drvdefext.cpp.
Referenced by CDrivesExtractIcon_CreateInstance(), and CDrivesFolder::GetDetailsOf().
Definition at line 64 of file CDrivesFolder.cpp.
Referenced by DoEjectDrive().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 577 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetAttributesOf().
Definition at line 580 of file CDrivesFolder.cpp.
Referenced by CControlPanelFolder::GetAttributesOf(), and CDrivesFolder::GetAttributesOf().
Definition at line 582 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetAttributesOf(), and CDrivesFolder::ParseDisplayName().
|
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().
Definition at line 567 of file CDrivesFolder.cpp.
Referenced by CDrivesFolder::GetDefaultColumnState(), and CDrivesFolder::GetDetailsOf().