Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvfatxlib.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
1.7.6.1
|