ReactOS 0.4.16-dev-125-g798ea90
|
#include "precomp.h"
#include <process.h>
Go to the source code of this file.
Classes | |
struct | FORMAT_DRIVE_CONTEXT |
struct | _DRIVE_PROP_PAGE |
struct | DRIVE_PROP_DATA |
struct | FORMAT_DRIVE_PARAMS |
Typedefs | |
typedef struct FORMAT_DRIVE_CONTEXT * | PFORMAT_DRIVE_CONTEXT |
typedef struct _DRIVE_PROP_PAGE | DRIVE_PROP_PAGE |
Variables | |
static HWND | FormatDrvDialog = NULL |
static BOOLEAN | bSuccess = FALSE |
typedef struct _DRIVE_PROP_PAGE DRIVE_PROP_PAGE |
typedef struct FORMAT_DRIVE_CONTEXT * PFORMAT_DRIVE_CONTEXT |
Definition at line 646 of file drive.cpp.
Referenced by FormatDriveDlg().
VOID FormatDrive | ( | HWND | hwndDlg, |
PFORMAT_DRIVE_CONTEXT | pContext | ||
) |
Definition at line 516 of file drive.cpp.
Referenced by DoFormatDrive().
|
static |
Definition at line 681 of file drive.cpp.
Referenced by SHFormatDrive().
|
static |
Definition at line 480 of file drive.cpp.
Referenced by FormatDrive().
|
static |
Definition at line 68 of file drive.cpp.
Referenced by InsertDefaultClusterSizeForFs().
|
static |
Definition at line 397 of file drive.cpp.
Referenced by FormatDriveDlg().
|
static |
Definition at line 282 of file drive.cpp.
Referenced by FormatDriveDlg(), and InitializeFormatDriveDlg().
|
static |
Definition at line 51 of file drive.cpp.
Referenced by SHFormatDrive().
HPROPSHEETPAGE SH_CreatePropertySheetPage | ( | LPCSTR | resname, |
DLGPROC | dlgproc, | ||
LPARAM | lParam, | ||
LPWSTR | szTitle | ||
) |
BOOL SH_ShowDriveProperties | ( | WCHAR * | pwszDrive, |
IDataObject * | pDataObj | ||
) |
Definition at line 251 of file drive.cpp.
Referenced by DrivesContextMenuCallback(), and SH_ShowPropertiesDialog().
EXTERN_C HPSXA WINAPI SHCreatePropSheetExtArrayEx | ( | HKEY | hKey, |
LPCWSTR | pszSubKey, | ||
UINT | max_iface, | ||
IDataObject * | pDataObj | ||
) |
Referenced by ShowDrivePropThreadProc().
Definition at line 743 of file drive.cpp.
Referenced by format_drive_thread().
Definition at line 176 of file drive.cpp.
Referenced by SH_ShowDriveProperties().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 477 of file drive.cpp.
Referenced by _ShowPropertiesDialogThread(), AsyncInetDownload(), BrFolder_GetName(), CFSFolder::CallBack(), ChangeOutputCP_(), CopyKeyName(), CreateClientProcess(), CreateNewKey(), DoExport(), DoImport(), DoWriteFile(), DPLAYX_ConstructData(), DPLAYX_DestructData(), DPLAYX_GetConnectionSettingsA(), DPLAYX_GetConnectionSettingsW(), EnablePrivilege(), EnablePrivilegeInCurrentProcess(), 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 476 of file drive.cpp.
Referenced by FormatDrive(), and FormatExCB().