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

vfatlib.h
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:   See COPYING in the top level directory
00003  * PROJECT:     ReactOS VFAT filesystem library
00004  * FILE:        include/fslib/vfatlib.h
00005  * PURPOSE:     Public definitions for vfat filesystem library
00006  */
00007 #ifndef __VFATLIB_H
00008 #define __VFATLIB_H
00009 
00010 #include <fmifs/fmifs.h>
00011 
00012 NTSTATUS NTAPI
00013 VfatChkdsk(
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 VfatFormat(
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 /*__VFATLIB_H */

Generated on Sat May 26 2012 04:31:57 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.