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

ext2lib.h
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:   See COPYING in the top level directory
00003  * PROJECT:     ReactOS EXT2 filesystem library
00004  * FILE:        include/fslib/ext2lib.h
00005  * PURPOSE:     Public definitions for ext2 filesystem library
00006  */
00007 #ifndef __EXT2LIB_H
00008 #define __EXT2LIB_H
00009 
00010 #include <fmifs/fmifs.h>
00011 
00012 NTSTATUS NTAPI
00013 Ext2Chkdsk(
00014     IN PUNICODE_STRING DriveRoot,
00015     IN BOOLEAN FixErrors,
00016     IN BOOLEAN Verbose,
00017     IN BOOLEAN CheckOnlyIfDirty,
00018     IN BOOLEAN ScanDrive,
00019     IN PFMIFSCALLBACK Callback);
00020 
00021 NTSTATUS NTAPI
00022 Ext2Format(
00023     IN PUNICODE_STRING DriveRoot,
00024     IN FMIFS_MEDIA_FLAG MediaFlag,
00025     IN PUNICODE_STRING Label,
00026     IN BOOLEAN QuickFormat,
00027     IN ULONG ClusterSize,
00028     IN PFMIFSCALLBACK Callback);
00029 
00030 #endif /*__EXT2LIB_H */

Generated on Wed May 23 2012 04:31:03 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.