Author: ekohl Date: Sun Jan 4 15:34:23 2015 New Revision: 65971
URL: http://svn.reactos.org/svn/reactos?rev=65971&view=rev Log: [FMIFS] Implement Format().
Modified: trunk/reactos/dll/win32/fmifs/format.c
Modified: trunk/reactos/dll/win32/fmifs/format.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/fmifs/format.c?re... ============================================================================== --- trunk/reactos/dll/win32/fmifs/format.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/fmifs/format.c [iso-8859-1] Sun Jan 4 15:34:23 2015 @@ -23,6 +23,13 @@ IN BOOLEAN QuickFormat, IN PFMIFSCALLBACK Callback) { + FormatEx(DriveRoot, + MediaFlag, + Format, + Label, + QuickFormat, + 0, + Callback); }
/* FMIFS.7 */