mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[FMIFS]
Implement Format(). svn path=/trunk/; revision=65971
This commit is contained in:
parent
b7aadbcb61
commit
c5626957ba
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ Format(
|
|||
IN BOOLEAN QuickFormat,
|
||||
IN PFMIFSCALLBACK Callback)
|
||||
{
|
||||
FormatEx(DriveRoot,
|
||||
MediaFlag,
|
||||
Format,
|
||||
Label,
|
||||
QuickFormat,
|
||||
0,
|
||||
Callback);
|
||||
}
|
||||
|
||||
/* FMIFS.7 */
|
||||
|
|
Loading…
Reference in a new issue