ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static BOOLEAN NTAPI | FormatCallback (_In_ CALLBACKCOMMAND Command, _In_ ULONG Modifier, _In_ PVOID Argument) |
VOID | StartFormat (_Inout_ PFORMAT_VOLUME_INFO FmtInfo, _In_ PFILE_SYSTEM_ITEM SelectedFileSystem) |
VOID | EndFormat (_In_ NTSTATUS Status) |
static BOOLEAN NTAPI | ChkdskCallback (_In_ CALLBACKCOMMAND Command, _In_ ULONG Modifier, _In_ PVOID Argument) |
VOID | StartCheck (_Inout_ PCHECK_VOLUME_INFO ChkInfo) |
VOID | EndCheck (_In_ NTSTATUS Status) |
Variables | |
static PPROGRESSBAR | ProgressBar = NULL |
|
static |
Definition at line 150 of file fmtchk.c.
Referenced by DoChecking(), and FsVolCallback().
Definition at line 97 of file fmtchk.c.
Referenced by DoFormatting(), FsVolCallback(), and FsVolCommitOpsQueue().
|
static |
Definition at line 24 of file fmtchk.c.
Referenced by StartFormat().
VOID StartCheck | ( | _Inout_ PCHECK_VOLUME_INFO | ChkInfo | ) |
Definition at line 127 of file fmtchk.c.
Referenced by FsVolCallback().
VOID StartFormat | ( | _Inout_ PFORMAT_VOLUME_INFO | FmtInfo, |
_In_ PFILE_SYSTEM_ITEM | SelectedFileSystem | ||
) |
Definition at line 70 of file fmtchk.c.
Referenced by FsVolCallback().
|
static |
Definition at line 17 of file fmtchk.c.
Referenced by EndCheck(), EndFormat(), EndNowDlgProc(), FormatCallback(), ProgressCountdown(), StartCheck(), StartFormat(), and UpdateProgressBar().