ReactOS 0.4.16-dev-732-g2d1144a
|
#include "precomp.h"
#include <process.h>
Go to the source code of this file.
Classes | |
struct | FORMAT_DRIVE_CONTEXT |
struct | FORMAT_DRIVE_PARAMS |
Typedefs | |
typedef struct FORMAT_DRIVE_CONTEXT * | PFORMAT_DRIVE_CONTEXT |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
static BOOL | IsSystemDrive (PFORMAT_DRIVE_CONTEXT pContext) |
static BOOL | GetDefaultClusterSize (LPWSTR szFs, PDWORD pClusterSize, PULARGE_INTEGER TotalNumberOfBytes) |
static VOID | InsertDefaultClusterSizeForFs (HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext) |
static VOID | InitializeFormatDriveDlg (HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext) |
static BOOLEAN NTAPI | FormatExCB (IN CALLBACKCOMMAND Command, IN ULONG SubAction, IN PVOID ActionInfo) |
VOID | FormatDrive (HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext) |
static unsigned __stdcall | DoFormatDrive (void *args) |
static INT_PTR CALLBACK | FormatDriveDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
DWORD WINAPI | SHFormatDrive (HWND hwnd, UINT drive, UINT fmtID, UINT options) |
Variables | |
static HWND | FormatDrvDialog = NULL |
static BOOLEAN | bSuccess = FALSE |
typedef struct FORMAT_DRIVE_CONTEXT * PFORMAT_DRIVE_CONTEXT |
Definition at line 524 of file drive.cpp.
Referenced by FormatDriveDlg().
VOID FormatDrive | ( | HWND | hwndDlg, |
PFORMAT_DRIVE_CONTEXT | pContext | ||
) |
Definition at line 394 of file drive.cpp.
Referenced by DoFormatDrive().
|
static |
Definition at line 559 of file drive.cpp.
Referenced by SHFormatDrive().
|
static |
Definition at line 358 of file drive.cpp.
Referenced by FormatDrive().
|
static |
Definition at line 65 of file drive.cpp.
Referenced by InsertDefaultClusterSizeForFs().
|
static |
Definition at line 275 of file drive.cpp.
Referenced by FormatDriveDlg().
|
static |
Definition at line 160 of file drive.cpp.
Referenced by FormatDriveDlg(), and InitializeFormatDriveDlg().
|
static |
Definition at line 48 of file drive.cpp.
Referenced by SHFormatDrive().
Definition at line 621 of file drive.cpp.
Referenced by DoFormatDriveThread().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 355 of file drive.cpp.
Referenced by AsyncInetDownload(), BrFolder_GetName(), ChangeOutputCP_(), CopyKeyName(), CreateClientProcess(), CreateNewKey(), DoExport(), DoImport(), DoWriteFile(), DPLAYX_ConstructData(), DPLAYX_DestructData(), DPLAYX_GetConnectionSettingsA(), DPLAYX_GetConnectionSettingsW(), RunOnceExEntry::Exec(), RunOnceExInstance::Exec(), RunOnceExSection::Exec(), FormatDrive(), FormatExCB(), FTP_Connect(), FTP_ConnectToHost(), FTP_ConvertFileProp(), FTP_DoPassive(), FTP_FtpCreateDirectoryW(), FTP_FtpDeleteFileW(), FTP_FtpGetCurrentDirectoryW(), FTP_FtpGetFileW(), FTP_FtpOpenFileW(), FTP_FtpPutFileW(), FTP_FtpRemoveDirectoryW(), FTP_FtpRenameFileW(), FTP_FtpSetCurrentDirectoryW(), FTP_InitListenSocket(), FTP_ParseDirectory(), FTP_ParsePermission(), FTP_SendAccount(), FTP_SendPassword(), FTP_SendPort(), FTP_SendStore(), FTP_SendType(), CInstalledApplicationInfo::GetApplicationRegString(), GetPreviousMenuItemInfo(), hash_file(), Imm32LoadCtfIme(), CDeviceView::Initialize(), INTERNET_AsyncCall(), IntGdiGetFontResourceInfo(), IsUrlValid(), IsWlanAdapter(), LaunchProcess(), CDeviceView::ListDevicesByType(), LoadTextFileToEdit(), main(), MDEVOBJ_bDisable(), CNewMenu::NewItemByNonCommand(), NOTEPAD_FindNext(), CGridView::OnPaint(), OnTimer(), OpenAdapterHandle(), OpenDriverHandle(), ParseCommandPart(), ParsePrimary(), PipeReadThread(), CApplicationView::ProcessWindowMessage(), ReadText(), CDeviceView::RecurseChildDevices(), RecycleBinDlg(), RefreshTreeItem(), RenderFILENAMEA(), RenderFILENAMEW(), CShellLink::Resolve(), SaveServicesToFile(), SaveTextFileFromEdit(), SetDriverLoadPrivilege(), CShellLink::SetIconLocation(), SHGetPathFromIDListA(), CInstalledApplicationInfo::UninstallApplication(), WlanConnect(), WlanDisconnect(), WlanPrintCurrentStatus(), WlanScan(), wmain(), WriteEncodedText(), WriteEvent(), and wWinMain().
Definition at line 354 of file drive.cpp.
Referenced by FormatDrive(), and FormatExCB().