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

vfatxlib.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 __VFATXLIB_H
00008 #define __VFATXLIB_H
00009 
00010 #include <fmifs/fmifs.h>
00011 
00012 NTSTATUS NTAPI
00013 VfatxFormat (PUNICODE_STRING DriveRoot,
00014         FMIFS_MEDIA_FLAG MediaFlag,
00015         PUNICODE_STRING Label,
00016         BOOLEAN QuickFormat,
00017         ULONG ClusterSize,
00018         PFMIFSCALLBACK Callback);
00019 
00020 #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.