ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

chkdsk.c
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         File Management IFS Utility functions
00004  * FILE:            reactos/dll/win32/fmifs/chkdsk.c
00005  * PURPOSE:         Chkdsk
00006  *
00007  * PROGRAMMERS:     (none)
00008  */
00009 
00010 #include "precomp.h"
00011 
00012 /* FMIFS.1 */
00013 VOID NTAPI
00014 Chkdsk(
00015     IN PWCHAR DriveRoot,
00016     IN PWCHAR Format,
00017     IN BOOLEAN CorrectErrors,
00018     IN BOOLEAN Verbose,
00019     IN BOOLEAN CheckOnlyIfDirty,
00020     IN BOOLEAN ScanDrive,
00021     IN PVOID Unused2,
00022     IN PVOID Unused3,
00023     IN PFMIFSCALLBACK Callback)
00024 {
00025     BOOLEAN Argument = FALSE;
00026 
00027     /* FAIL immediately */
00028     Callback(
00029         DONE, /* Command */
00030         0, /* DWORD Modifier */
00031         &Argument);/* Argument */
00032 }
00033 
00034 /* EOF */

Generated on Fri May 25 2012 04:16:07 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.